From 6568e6abbf59bf48314146d2a1031402fd7f8937 Mon Sep 17 00:00:00 2001 From: Razon Yang Date: Sun, 9 Jun 2024 19:43:46 +0800 Subject: [PATCH] Fix typo --- config/commonConfig.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }