diff --git a/content/manuals/engine/swarm/services.md b/content/manuals/engine/swarm/services.md index 0688aad9420..f48401a4e08 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]