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