Missing space (#4535)

This commit is contained in:
zaggash 2017-09-12 02:03:53 +02:00 committed by Misty Stanley-Jones
parent fb870c0f52
commit a9bbafe693
1 changed files with 1 additions and 1 deletions

View File

@ -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