mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Fixing typos (#9387)
This commit is contained in:
parent
fcbbbef22d
commit
9d8f318aab
1 changed files with 2 additions and 2 deletions
|
@ -313,7 +313,7 @@ type HugoVersion struct {
|
||||||
// The minimum Hugo version that this module works with.
|
// The minimum Hugo version that this module works with.
|
||||||
Min hugo.VersionString
|
Min hugo.VersionString
|
||||||
|
|
||||||
// The maxium Hugo version that this module works with.
|
// The maximum Hugo version that this module works with.
|
||||||
Max hugo.VersionString
|
Max hugo.VersionString
|
||||||
|
|
||||||
// Set if the extended version is needed.
|
// Set if the extended version is needed.
|
||||||
|
@ -365,7 +365,7 @@ func (v HugoVersion) IsValid() bool {
|
||||||
type Import struct {
|
type Import struct {
|
||||||
Path string // Module path
|
Path string // Module path
|
||||||
pathProjectReplaced bool // Set when Path is replaced in project config.
|
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.
|
IgnoreImports bool // Do not follow any configured imports.
|
||||||
NoMounts bool // Do not mount any folder in this import.
|
NoMounts bool // Do not mount any folder in this import.
|
||||||
NoVendor bool // Never vendor this import (only allowed in main project).
|
NoVendor bool // Never vendor this import (only allowed in main project).
|
||||||
|
|
Loading…
Reference in a new issue