adjust docs (#5598)

This commit is contained in:
Matt Dumler 2020-05-18 14:53:25 -05:00 committed by GitHub
parent 76ee5c7808
commit 88b24261ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 21 additions and 21 deletions

View file

@ -5,7 +5,7 @@
Deno supports [import maps](https://github.com/WICG/import-maps).
You can use import map with the `--importmap=<FILE>` CLI flag.
You can use import maps with the `--importmap=<FILE>` CLI flag.
Current limitations:

View file

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

View file

@ -19,4 +19,4 @@ comma to separate URLs
`--reload=https://deno.land/std/fs/copy.ts,https://deno.land/std/fmt/colors.ts`
<!-- Should this be part of examples? --
<!-- Should this be part of examples? -->