From 68a77a047d39f730697bae1f17206df24e5369f3 Mon Sep 17 00:00:00 2001 From: Christophe Vidal Date: Sat, 8 Jul 2017 00:21:14 +0700 Subject: [PATCH] Fixed grammar (#3840) --- _data/engine-cli-edge/docker_build.yaml | 2 +- _data/engine-cli/docker_build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/engine-cli-edge/docker_build.yaml b/_data/engine-cli-edge/docker_build.yaml index 725fcf1a05..3ceaa6ae09 100644 --- a/_data/engine-cli-edge/docker_build.yaml +++ b/_data/engine-cli-edge/docker_build.yaml @@ -16,7 +16,7 @@ long: |- repository acts as the build context. The system recursively fetches the repository and its submodules. The commit history is not preserved. A repository is first pulled into a temporary directory on your local host. After - the that succeeds, the directory is sent to the Docker daemon as the context. + that succeeds, the directory is sent to the Docker daemon as the context. Local copy gives you the ability to access private repositories using local user credentials, VPN's, and so forth. diff --git a/_data/engine-cli/docker_build.yaml b/_data/engine-cli/docker_build.yaml index 725fcf1a05..3ceaa6ae09 100644 --- a/_data/engine-cli/docker_build.yaml +++ b/_data/engine-cli/docker_build.yaml @@ -16,7 +16,7 @@ long: |- repository acts as the build context. The system recursively fetches the repository and its submodules. The commit history is not preserved. A repository is first pulled into a temporary directory on your local host. After - the that succeeds, the directory is sent to the Docker daemon as the context. + that succeeds, the directory is sent to the Docker daemon as the context. Local copy gives you the ability to access private repositories using local user credentials, VPN's, and so forth.