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