Fixing typos (#9387)
authorAndreas Deininger <adeininger@gmail.com>
Sat, 15 Jan 2022 00:07:17 +0000 (01:07 +0100)
committerGitHub <noreply@github.com>
Sat, 15 Jan 2022 00:07:17 +0000 (16:07 -0800)
modules/config.go

index dd6285718fdccb6b824a89651844928b2de191c9..ac9eadd37a1ddaf9c23e334f06fe935ecdd685fb 100644 (file)
@@ -313,7 +313,7 @@ type HugoVersion struct {
        // The minimum Hugo version that this module works with.
        Min hugo.VersionString
 
-       // The maxium Hugo version that this module works with.
+       // The maximum Hugo version that this module works with.
        Max hugo.VersionString
 
        // Set if the extended version is needed.
@@ -365,7 +365,7 @@ func (v HugoVersion) IsValid() bool {
 type Import struct {
        Path                string // Module path
        pathProjectReplaced bool   // Set when Path is replaced in project config.
-       IgnoreConfig        bool   // Ignore any config in config.toml (will still folow imports).
+       IgnoreConfig        bool   // Ignore any config in config.toml (will still follow imports).
        IgnoreImports       bool   // Do not follow any configured imports.
        NoMounts            bool   // Do not mount any folder in this import.
        NoVendor            bool   // Never vendor this import (only allowed in main project).