From e7ce927e9da7243adba1bc1618fea3db81659710 Mon Sep 17 00:00:00 2001 From: mqliang Date: Sun, 13 Mar 2016 15:20:38 +0800 Subject: [PATCH] fix typo in get-swarm.md Signed-off-by: mqliang --- docs/get-swarm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-swarm.md b/docs/get-swarm.md index 74a7c100b2..d88fdd551d 100644 --- a/docs/get-swarm.md +++ b/docs/get-swarm.md @@ -78,7 +78,7 @@ The first time you use any image, Docker Engine checks to see if you already hav In this example, the `swarm` image did not exist on the Engine host, so the Engine downloaded it. After it downloaded, the image executed the `help` subcommand to display the help text. After displaying the help, the `swarm` - image exits and returns your to your terminal command line. + image exits and returns you to your terminal command line. 3. List the running containers on your Engine host.