From dd6f988b23b56ce0ca17ab892143db53f1fa2f84 Mon Sep 17 00:00:00 2001 From: Christy Perez Date: Thu, 26 Mar 2015 21:38:46 -0500 Subject: [PATCH] Fix typo in doc at /set-up-dev-env Save a whale! Signed-off-by: Christy Perez --- docs/sources/project/set-up-dev-env.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/project/set-up-dev-env.md b/docs/sources/project/set-up-dev-env.md index 0ab08cea0e..3ab92ae56e 100644 --- a/docs/sources/project/set-up-dev-env.md +++ b/docs/sources/project/set-up-dev-env.md @@ -272,8 +272,8 @@ with the `make.sh` script. root@5f8630b873fe:/go/src/github.com/docker/docker# docker --version Docker version 1.5.0-dev, build 6e728fb - Inside the container you are running a development version. This is version - on the current branch it reflects the value of the `VERSION` file at the + Inside the container you are running a development version. This is the version + on the current branch. It reflects the value of the `VERSION` file at the root of your `docker-fork` repository. 8. Start a `docker` daemon running inside your container.