浏览代码

Merge pull request #25899 from yuexiao-wang/fix-overview

Optimize description for Feature highlights
(cherry picked from commit d2fa978d4d66622a197eb98f9a77fa217e25f449)

Signed-off-by: Charles Smith <charles.smith@docker.com>
Vincent Demeester 9 年之前
父节点
当前提交
ca9bb6e445
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/swarm/index.md

+ 2 - 2
docs/swarm/index.md

@@ -34,7 +34,7 @@ a swarm.
 * **Decentralized design:** Instead of handling differentiation between node
 * **Decentralized design:** Instead of handling differentiation between node
 roles at deployment time, the Docker Engine handles any specialization at
 roles at deployment time, the Docker Engine handles any specialization at
 runtime. You can deploy both kinds of nodes, managers and workers, using the
 runtime. You can deploy both kinds of nodes, managers and workers, using the
-Docker Engine. This means you can build an entire Swarm from a single disk
+Docker Engine. This means you can build an entire swarm from a single disk
 image.
 image.
 
 
 * **Declarative service model:** Docker Engine uses a declarative approach to
 * **Declarative service model:** Docker Engine uses a declarative approach to
@@ -50,7 +50,7 @@ adding or removing tasks to maintain the desired state.
 the cluster state and reconciles any differences between the actual state your
 the cluster state and reconciles any differences between the actual state your
 expressed desired state. For example, if you set up a service to run 10
 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
 replicas of a container, and a worker machine hosting two of those replicas
-crashes, the manager will create two new replicas to replace the ones that
+crashes, the manager will create two new replicas to replace the replicas that
 crashed. The swarm manager assigns the new replicas to workers that are
 crashed. The swarm manager assigns the new replicas to workers that are
 running and available.
 running and available.