From 071f4ba487b962ee06dc43b923b58f57cd481d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Vald=C3=A9s?= Date: Sun, 16 Apr 2017 20:00:05 -0400 Subject: [PATCH] Grammar and formatting check (#2797) * Wrong article If the first word starts with a vowel sound you use an. If the first word has a consonant sound use a. * Making the text bold Removing backticks because probably the text needs to be bold and not marked as code. --- opensource/project/set-up-dev-env.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opensource/project/set-up-dev-env.md b/opensource/project/set-up-dev-env.md index 625f6b286e..a1375df07a 100644 --- a/opensource/project/set-up-dev-env.md +++ b/opensource/project/set-up-dev-env.md @@ -155,7 +155,7 @@ can take over 15 minutes to complete. Copying nested executables into bundles/1.12.0-dev/binary ``` -7. Copy the binary to the container's `**/usr/bin/**` directory. +7. Copy the binary to the container's **/usr/bin/** directory. ```none root@a8b2885ab900:/go/src/github.com/docker/docker# cp bundles/1.12.0-dev/binary-client/docker* /usr/bin/ @@ -230,7 +230,7 @@ you have: * forked and cloned the Docker Engine code repository * created a feature branch for development -* created and started a Engine development container from your branch +* created and started an Engine development container from your branch * built a Docker binary inside of your Docker development container * launched a `docker` daemon using your newly compiled binary * called the `docker` client to run a `hello-world` container inside