summaryrefslogtreecommitdiffstats
path: root/docs/content/en/hugo-modules/configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/hugo-modules/configuration.md')
-rw-r--r--docs/content/en/hugo-modules/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/hugo-modules/configuration.md b/docs/content/en/hugo-modules/configuration.md
index e5fed8b32..3ea504f86 100644
--- a/docs/content/en/hugo-modules/configuration.md
+++ b/docs/content/en/hugo-modules/configuration.md
@@ -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