mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
helpers: Fix typo in language.Get documentation
This commit is contained in:
parent
c8d4114171
commit
c06c3234eb
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ func (l *Language) GetStringMapString(key string) map[string]string {
|
|||
return cast.ToStringMapString(l.Get(key))
|
||||
}
|
||||
|
||||
// Get returns a value associated with the key relying on pecified language.
|
||||
// Get returns a value associated with the key relying on specified language.
|
||||
// Get is case-insensitive for a key.
|
||||
//
|
||||
// Get returns an interface. For a specific value use one of the Get____ methods.
|
||||
|
|
Loading…
Reference in a new issue