aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorChristian Oliff <[email protected]>2024-03-16 01:25:52 +0900
committerGitHub <[email protected]>2024-03-15 17:25:52 +0100
commit78178d0c2a10e7793a41f8f66b3a4a6e4f70ef7e (patch)
tree21d0d310785676b914035e5930e987540c494d8d /modules
parent68d92ef9ddbb63340d71af0cb30e6fb7c4912c65 (diff)
downloadhugo-78178d0c2a10e7793a41f8f66b3a4a6e4f70ef7e.tar.gz
hugo-78178d0c2a10e7793a41f8f66b3a4a6e4f70ef7e.zip
all: Typo fixes
Diffstat (limited to 'modules')
-rw-r--r--modules/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/config.go b/modules/config.go
index abb938ac0..2f1168d3a 100644
--- a/modules/config.go
+++ b/modules/config.go
@@ -270,7 +270,7 @@ type Config struct {
// When enabled, we will pick the vendored module closest to the module
// using it.
- // The default behaviour is to pick the first.
+ // The default behavior is to pick the first.
// Note that there can still be only one dependency of a given module path,
// so once it is in use it cannot be redefined.
VendorClosest bool