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
diff options
context:
space:
mode:
Diffstat (limited to 'config/services/servicesConfig.go')
-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)