diff --git a/docs/index.html b/docs/index.html index 8e46081d..c1eb543f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -980,7 +980,7 @@ You can refer to the [NOMENCLATURE](https://github.com/docker/swarmkit/blob/mast - `docker swarm` (enable Swarm mode; join a Swarm; adjust cluster parameters) - - `docker node` (view nodes; promote/demote managers; manage nmodes) + - `docker node` (view nodes; promote/demote managers; manage nodes) - `docker service` (create and manage services) @@ -1549,7 +1549,7 @@ As we saw earlier, you can only control the Swarm through a manager node. --- -## How many managers to we need? +## How many managers do we need? - 2N+1 nodes can (and will) tolerate N failures
(you can have an even number of managers, but there is no point)