From 1a8787e1e64b6f24b2b8abb7eb625da436d5ea61 Mon Sep 17 00:00:00 2001 From: Michael West Date: Fri, 27 Mar 2015 23:25:12 -0400 Subject: [PATCH] Add a missing definite article Signed-off-by: Michael West Upstream-commit: b4905859d55cf756d3855c1deddb68a9509bdab4 Component: engine --- components/engine/docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/README.md b/components/engine/docs/README.md index 24f91e115b..15fee1d364 100755 --- a/components/engine/docs/README.md +++ b/components/engine/docs/README.md @@ -285,7 +285,7 @@ aws cloudfront create-invalidation --profile docs.docker.com --distribution-id When using Docker on Mac OSX the man pages will be missing by default. You can manually generate them by following these steps: 1. Checkout the docker source. You must clone into your `/Users` directory because Boot2Docker can only share this path - with docker containers. + with the docker containers. $ git clone https://github.com/docker/docker.git