diff --git a/config/commonConfig.go b/config/commonConfig.go index 6e41ac7f062..a615c51a76e 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 }