From: Razon Yang Date: Sun, 9 Jun 2024 15:22:23 +0000 (+0800) Subject: config: Fix typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7ee36b3718790f1dc4a2722f925acc6e3fd3caea;p=brevno-suite%2Fhugo config: Fix typo --- 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 }