Browse code

Fix grammatical error in swarm_leave.md

Correct this sentence so it reads correctly. "to on a manager" should be
"on a manager".

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>

Aaron Lehmann authored on 2017/02/07 10:31:55
Showing 1 changed files
... ...
@@ -27,7 +27,7 @@ Options:
27 27
 
28 28
 When you run this command on a worker, that worker leaves the swarm.
29 29
 
30
-You can use the `--force` option to on a manager to remove it from the swarm.
30
+You can use the `--force` option on a manager to remove it from the swarm.
31 31
 However, this does not reconfigure the swarm to ensure that there are enough
32 32
 managers to maintain a quorum in the swarm. The safe way to remove a manager
33 33
 from a swarm is to demote it to a worker and then direct it to leave the quorum