Update index.md

Seems that "and" is missing?
This commit is contained in:
scjane 2017-02-17 18:17:40 +08:00 committed by Joao Fernandes
parent a7c83f3c2d
commit 01278d0c4e
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ run. When you scale up or down, the swarm manager automatically adapts by
adding or removing tasks to maintain the desired state.
* **Desired state reconciliation:** The swarm manager node constantly monitors
the cluster state and reconciles any differences between the actual state your
the cluster state and reconciles any differences between the actual state and your
expressed desired state. For example, if you set up a service to run 10
replicas of a container, and a worker machine hosting two of those replicas
crashes, the manager will create two new replicas to replace the replicas that