shithub: hugo

Download patch

ref: c06c3234ebda2fd7d28ee7aa15aa62afa40a3978
parent: c8d4114171b14bb1206d942e201ad70be31b0bfb
author: bogem <[email protected]>
date: Wed Nov 23 05:35:02 EST 2016

helpers: Fix typo in language.Get documentation

--- a/helpers/language.go
+++ b/helpers/language.go
@@ -116,7 +116,7 @@
 	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.