mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
helpers: Fix typo in language.Get documentation
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
c8d4114171
commit
c06c3234eb
@@ -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.
|
||||
|
Reference in New Issue
Block a user