mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 14:10:31 +03:00
all: Fix typos in function names and comments
This commit is contained in:
parent
12dc9a6e4a
commit
9009c8cdca
27 changed files with 41 additions and 41 deletions
|
@ -92,7 +92,7 @@ func NewLanguage(lang, defaultContentLanguage, timeZone string, languageConfig L
|
|||
return l, l.loadLocation(timeZone)
|
||||
}
|
||||
|
||||
// This is injected from hugolib to avoid cirular dependencies.
|
||||
// This is injected from hugolib to avoid circular dependencies.
|
||||
var DeprecationFunc = func(item, alternative string, err bool) {}
|
||||
|
||||
const paramsDeprecationWarning = `.Language.Params is deprecated and will be removed in a future release. Use site.Params instead.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue