浏览代码

Merge pull request #26171 from CrimsonGlory/patch-2

typo
(cherry picked from commit 6705d68c8995137f94e2f0958c72e1502e682c88)

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

+ 1 - 1
docs/swarm/swarm-tutorial/create-swarm.md

@@ -51,7 +51,7 @@ Windows](index.md#use-docker-for-mac-or-docker-for-windows) with Swarm.
     address as `192.168.99.100`. The other nodes in the swarm must be able
     to access the manager at the IP address.
 
-    The output incudes the commands to join new nodes to the swarm. Nodes will
+    The output includes the commands to join new nodes to the swarm. Nodes will
     join as managers or workers depending on the value for the `--token`
     flag.