From 1b1e8b33c24d72b7b319ef7fda28ea13af2cf80d Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Tue, 22 Oct 2019 23:15:02 +0900 Subject: [PATCH] Fix environment typo (#950) > environvent should be: > environment --- content/en/hugo-modules/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/hugo-modules/configuration.md b/content/en/hugo-modules/configuration.md index e5fed8b32..3ea504f86 100644 --- a/content/en/hugo-modules/configuration.md +++ b/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