Fix typos

This commit is contained in:
Yang Li
2018-07-07 17:40:47 +08:00
committed by Bjørn Erik Pedersen
parent 0efd374805
commit 3cea2932e1
11 changed files with 19 additions and 19 deletions

View File

@@ -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