Skip to content

Commit

Permalink
Fixing typos (#9387)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Jan 15, 2022
1 parent fcbbbef commit 9d8f318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit 9d8f318

Please sign in to comment.