From d3a8f088ac5e811d7f50a769cbfae01e1813f899 Mon Sep 17 00:00:00 2001 From: Lee Chao <932819864@qq.com> Date: Mon, 1 Aug 2016 15:12:59 +0800 Subject: [PATCH] Update swarm-mode.md Signed-off-by: lichao Upstream-commit: 4f1a57a8e14a3ce7d572434020e231e072eb9e13 Component: engine --- components/engine/docs/swarm/swarm-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/swarm/swarm-mode.md b/components/engine/docs/swarm/swarm-mode.md index 387ce904ab..85fbd7f23d 100644 --- a/components/engine/docs/swarm/swarm-mode.md +++ b/components/engine/docs/swarm/swarm-mode.md @@ -27,7 +27,7 @@ your production environment, swarm mode provides a fault-tolerant platform with cluster management features to keep your services running and available. These instructions assume you have installed the Docker Engine 1.12 or later on -a machine to serve as a manager node in your swawrm. +a machine to serve as a manager node in your swarm. If you haven't already, read through the [swarm mode key concepts](key-concepts.md) and try the [swarm mode tutorial](swarm-tutorial/index.md).