summaryrefslogtreecommitdiff
path: root/docs/linking_to_external_code/proxies.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/linking_to_external_code/proxies.md')
-rw-r--r--docs/linking_to_external_code/proxies.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/linking_to_external_code/proxies.md b/docs/linking_to_external_code/proxies.md
index 11c66a5a9..5c98f909d 100644
--- a/docs/linking_to_external_code/proxies.md
+++ b/docs/linking_to_external_code/proxies.md
@@ -1,9 +1,9 @@
## Proxies
-Deno supports proxies for module downloads and `fetch` API.
+Deno supports proxies for module downloads and the Web standard `fetch` API.
Proxy configuration is read from environmental variables: `HTTP_PROXY` and
`HTTPS_PROXY`.
-In case of Windows if environmental variables are not found Deno falls back to
+In case of Windows, if environment variables are not found Deno falls back to
reading proxies from registry.