summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
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 818241c94..122fd6c55 100644
--- a/modules/config.go
+++ b/modules/config.go
@@ -301,7 +301,7 @@ func (v HugoVersion) IsValid() bool {
type Import struct {
Path string // Module path
IgnoreConfig bool // Ignore any config.toml found.
- Disable bool // Turn off this module.
+ Disable bool // Turn off this module.
Mounts []Mount
}