diff --git a/engine/swarm/networking.md b/engine/swarm/networking.md index c3f29cfc03..4a8922bfb0 100644 --- a/engine/swarm/networking.md +++ b/engine/swarm/networking.md @@ -207,7 +207,7 @@ option before using it in production. ## Attach a service to an overlay network -To attach a service to an existingoverlay network, pass the `--network` flag to +To attach a service to an existing overlay network, pass the `--network` flag to `docker service create`, or the `--network-add` flag to `docker service update`. ```bash