From 46e389ac3b09336c29a8de17128108169738ea7e Mon Sep 17 00:00:00 2001 From: mrchatam <287639636+mrchatam@users.noreply.github.com> Date: Fri, 11 Sep 2026 22:43:29 +0000 Subject: [PATCH 1/2] docs(swarm): use 'an nginx' in services port example --- content/manuals/engine/swarm/services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/engine/swarm/services.md b/content/manuals/engine/swarm/services.md index 0688aad94200..038e10082abb 100644 --- a/content/manuals/engine/swarm/services.md +++ b/content/manuals/engine/swarm/services.md @@ -505,7 +505,7 @@ $ docker service create \ ``` You can reach the nginx server on port 8080 of every swarm node. If you add a -node to the swarm, a nginx task is started on it. You cannot start another +node to the swarm, an nginx task is started on it. You cannot start another service or container on any swarm node which binds to port 8080. > [!NOTE] From bcc97d616a3b13778cbe6e4216c56e610ec53415 Mon Sep 17 00:00:00 2001 From: mrchatam <287639636+mrchatam@users.noreply.github.com> Date: Fri, 11 Sep 2026 22:44:43 +0000 Subject: [PATCH 2/2] docs(swarm): capitalize Nginx per Vale Terms --- content/manuals/engine/swarm/services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/engine/swarm/services.md b/content/manuals/engine/swarm/services.md index 038e10082abb..f48401a4e085 100644 --- a/content/manuals/engine/swarm/services.md +++ b/content/manuals/engine/swarm/services.md @@ -505,7 +505,7 @@ $ docker service create \ ``` You can reach the nginx server on port 8080 of every swarm node. If you add a -node to the swarm, an nginx task is started on it. You cannot start another +node to the swarm, an Nginx task is started on it. You cannot start another service or container on any swarm node which binds to port 8080. > [!NOTE]