diff options
Diffstat (limited to 'langs')
-rw-r--r-- | langs/language.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/language.go b/langs/language.go index 6f3e1de64..5eb09e10c 100644 --- a/langs/language.go +++ b/langs/language.go @@ -47,7 +47,7 @@ type Language struct { // If set per language, this tells Hugo that all content files without any // language indicator (e.g. my-page.en.md) is in this language. // This is usually a path relative to the working dir, but it can be an - // absolute directory referenece. It is what we get. + // absolute directory reference. It is what we get. ContentDir string Cfg config.Provider |