From 1a11c1d23247fd82ed8269dd779342ec77fcffc0 Mon Sep 17 00:00:00 2001 From: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Date: Tue, 9 Jul 2019 18:45:36 +0100 Subject: [PATCH] Minor style edits --- engine/swarm/stack-deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/swarm/stack-deploy.md b/engine/swarm/stack-deploy.md index fecaba3dc6..2d24e60067 100644 --- a/engine/swarm/stack-deploy.md +++ b/engine/swarm/stack-deploy.md @@ -139,7 +139,7 @@ counter whenever you visit it. pulls the Redis image if you don't already have it, and creates two containers. - You will see a warning about the Engine being in swarm mode. This is because + You see a warning about the Engine being in swarm mode. This is because Compose doesn't take advantage of swarm mode, and deploys everything to a single node. You can safely ignore this.