Update services.md (#3521)

Change 'correcty' to 'correct way'
This commit is contained in:
leonstrand 2017-06-09 10:55:46 -07:00 committed by Joao Fernandes
parent c9dfc76fbd
commit 44c31878d8
1 changed files with 1 additions and 1 deletions

View File

@ -765,7 +765,7 @@ $ docker service create \
> with single quotes (`'`).
>
> For example, the `local` driver accepts mount options as a comma-separated
> list in the `o` parameter. This example shows the correcty to escape the list.
> list in the `o` parameter. This example shows the correct way to escape the list.
>
> $ docker service create \
> --mount 'type=volume,src=<VOLUME-NAME>,dst=<CONTAINER-PATH>,volume-driver=local,volume-opt=type=nfs,volume-opt=device=<nfs-server>:<nfs-path>,"volume-opt=o=addr=<nfs-address>,vers=4,soft,timeo=180,bg,tcp,rw"'