From 248b1c23d37e1e32af66583f8d14d9f8742280ef Mon Sep 17 00:00:00 2001 From: Aaron Lehmann Date: Mon, 6 Feb 2017 17:31:55 -0800 Subject: [PATCH] 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 --- docs/reference/commandline/swarm_leave.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/swarm_leave.md b/docs/reference/commandline/swarm_leave.md index b2211c1682..7a6050f201 100644 --- a/docs/reference/commandline/swarm_leave.md +++ b/docs/reference/commandline/swarm_leave.md @@ -27,7 +27,7 @@ Options: When you run this command on a worker, that worker leaves the swarm. -You can use the `--force` option to on a manager to remove it from the swarm. +You can use the `--force` option on a manager to remove it from the swarm. However, this does not reconfigure the swarm to ensure that there are enough managers to maintain a quorum in the swarm. The safe way to remove a manager from a swarm is to demote it to a worker and then direct it to leave the quorum