Fixed grammar (#3840)

This commit is contained in:
Christophe Vidal 2017-07-08 00:21:14 +07:00 committed by Misty Stanley-Jones
parent 9ea1ad5484
commit 68a77a047d
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.