Fix environment typo (#950)

> environvent

should be:

> environment
This commit is contained in:
Christian Oliff 2019-10-22 23:15:02 +09:00 committed by Patrick Kollitsch
parent 76932cb49a
commit 1b1e8b33c2

View File

@ -32,7 +32,7 @@ noProxy
private
: Comma separated glob list matching paths that should be treated as private.
Note that the above terms maps directly to their counterparts in Go Modules. Some of these setting may be natural to set as OS environvent variables. To set the proxy server to use, as an example:
Note that the above terms maps directly to their counterparts in Go Modules. Some of these setting may be natural to set as OS environment variables. To set the proxy server to use, as an example:
```
env HUGO_MODULE_PROXY=https://proxy.example.org hugo