From aa70529d3f4bac701818f85d63934f72b62da258 Mon Sep 17 00:00:00 2001 From: mqliang Date: Sun, 13 Mar 2016 15:53:27 +0800 Subject: [PATCH] fix typo in install-w-machine.md Signed-off-by: mqliang --- docs/install-w-machine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install-w-machine.md b/docs/install-w-machine.md index 1286dc4da5..e3bbea24e9 100644 --- a/docs/install-w-machine.md +++ b/docs/install-w-machine.md @@ -76,7 +76,7 @@ Here you use the discovery backend hosted on Docker Hub to create a unique disco $ eval $(docker-machine env manager) - The client will send the `docker` commands in the following steps to the Docker Engine on on `manager`. + The client will send the `docker` commands in the following steps to the Docker Engine on `manager`. 2. Create a unique id for the Swarm cluster.