summaryrefslogtreecommitdiff
path: root/docs/reference/commandline/pull.md
diff options
context:
space:
mode:
authorSven Dowideit <SvenDowideit@users.noreply.github.com>2016-06-02 18:45:08 -0700
committerSebastiaan van Stijn <github@gone.nl>2016-06-06 20:35:13 +0200
commit650ddc1f817ae7f07dcc8adce60c298c198ee0ee (patch)
treef8e01abae9b1e4b53db9b688dedc6e40480c0fcd /docs/reference/commandline/pull.md
parentaf3b1fbcbcd6e0c1363523bb2aa4da64e44b579a (diff)
downloaddocker-650ddc1f817ae7f07dcc8adce60c298c198ee0ee.tar.gz
Merge pull request #23193 from allencloud/fix-typos
use grep to find all a/an typos (cherry picked from commit 98c245c9e63793cf8ca03c5500e0820447c1861c) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'docs/reference/commandline/pull.md')
-rw-r--r--docs/reference/commandline/pull.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/commandline/pull.md b/docs/reference/commandline/pull.md
index 0231422918..f2021ca6d9 100644
--- a/docs/reference/commandline/pull.md
+++ b/docs/reference/commandline/pull.md
@@ -29,7 +29,7 @@ use `docker pull`.
## Proxy configuration
-If you are behind a HTTP proxy server, for example in corporate settings,
+If you are behind an HTTP proxy server, for example in corporate settings,
before open a connect to registry, you may need to configure the Docker
daemon's proxy settings, using the `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY`
environment variables. To set these environment variables on a host using