swarm services: correct typo

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
This commit is contained in:
Trapier Marshall 2018-04-01 14:16:58 -04:00 committed by Joao Fernandes
parent 47f2238e82
commit 67076f0ef8
1 changed files with 1 additions and 1 deletions

View File

@ -846,7 +846,7 @@ mounts. This principle also applies to services.
You can create two types of mounts for services in a swarm, `volume` mounts or
`bind` mounts. Regardless of which type of mount you use, configure it using the
`--mount` flag when you create a service, or the `--mount-add` or `--mount-rm`
flag when updating an existing service.. The default is a data volume if you
flag when updating an existing service. The default is a data volume if you
don't specify a type.
#### Data volumes