Explorar el Código

Merge pull request #30774 from aaronlehmann/swarm-leave-docs-fix

Fix grammatical error in swarm_leave.md
Sebastiaan van Stijn hace 8 años
padre
commit
9e80a2a457
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/reference/commandline/swarm_leave.md

+ 1 - 1
docs/reference/commandline/swarm_leave.md

@@ -27,7 +27,7 @@ Options:
 
 
 When you run this command on a worker, that worker leaves the swarm.
 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
 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
 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
 from a swarm is to demote it to a worker and then direct it to leave the quorum