From c9624de61bcf539aa31120c44388a825d41f0d86 Mon Sep 17 00:00:00 2001 From: parsenz Date: Mon, 19 Jun 2017 12:05:54 -0700 Subject: [PATCH] Update connect-to-swarm.md (#3605) you -> your --- docker-cloud/cloud-swarm/connect-to-swarm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-cloud/cloud-swarm/connect-to-swarm.md b/docker-cloud/cloud-swarm/connect-to-swarm.md index 9cc464868d..a518f5f86c 100644 --- a/docker-cloud/cloud-swarm/connect-to-swarm.md +++ b/docker-cloud/cloud-swarm/connect-to-swarm.md @@ -27,7 +27,7 @@ swarm. 4. In a terminal window connected to your local Docker Engine, paste the command, and press **Enter**. - You will be asked to provide you Docker ID and password, then the local Docker Engine downloads a containerized Docker Cloud client tool, and connects to the swarm. + You will be asked to provide your Docker ID and password, then the local Docker Engine downloads a containerized Docker Cloud client tool, and connects to the swarm. ``` $ docker run --rm -ti -v /var/run/docker.sock:/var/run/docker.sock -e DOCKER_HOST dockercloud/client orangesnap/vote-swarm