From: bogem Date: Wed, 23 Nov 2016 09:35:02 +0000 (+0100) Subject: helpers: Fix typo in language.Get documentation X-Git-Tag: v0.18~61 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c06c3234ebda2fd7d28ee7aa15aa62afa40a3978;p=brevno-suite%2Fhugo helpers: Fix typo in language.Get documentation --- diff --git a/helpers/language.go b/helpers/language.go index e487800d..bb539277 100644 --- a/helpers/language.go +++ b/helpers/language.go @@ -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.