Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/langs
diff options
context:
space:
mode:
authorYang Li <idealhack@gmail.com>2018-07-07 12:40:47 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-07-07 13:29:56 +0300
commit3cea2932e17a08ebc19cd05f3079d9379bc8fba5 (patch)
tree71afb61f2850c8d31e8d34d6af745d7e44a876ff /langs
parent0efd374805ac49a0e6513c707520fc2f6f238afc (diff)
Fix typos
Diffstat (limited to 'langs')
-rw-r--r--langs/language.go2
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