diff --git a/engine/swarm/services.md b/engine/swarm/services.md index 3dfa8efac7..1668cbb43a 100644 --- a/engine/swarm/services.md +++ b/engine/swarm/services.md @@ -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=,dst=,volume-driver=local,volume-opt=type=nfs,volume-opt=device=:,"volume-opt=o=addr=,vers=4,soft,timeo=180,bg,tcp,rw"'