summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/commonConfig.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/commonConfig.go b/config/commonConfig.go
index 6e41ac7f0..a615c51a7 100644
--- a/config/commonConfig.go
+++ b/config/commonConfig.go
@@ -419,6 +419,6 @@ type Pagination struct {
// The path element used during pagination.
Path string
- // WHether to disable generation of alias for the first pagination page.
+ // Whether to disable generation of alias for the first pagination page.
DisableAliases bool
}