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/config
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 /config
parent0efd374805ac49a0e6513c707520fc2f6f238afc (diff)
Fix typos
Diffstat (limited to 'config')
-rw-r--r--config/services/servicesConfig.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/services/servicesConfig.go b/config/services/servicesConfig.go
index bc321141a..17664407e 100644
--- a/config/services/servicesConfig.go
+++ b/config/services/servicesConfig.go
@@ -66,7 +66,7 @@ func DecodeConfig(cfg config.Provider) (c Config, err error) {
err = mapstructure.WeakDecode(m, &c)
- // Keep backwards compability.
+ // Keep backwards compatibility.
if c.GoogleAnalytics.ID == "" {
// Try the global config
c.GoogleAnalytics.ID = cfg.GetString(googleAnalyticsKey)