summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRazon Yang <razonyang@gmail.com>2024-06-09 23:22:23 +0800
committerGitHub <noreply@github.com>2024-06-09 17:22:23 +0200
commit7ee36b3718790f1dc4a2722f925acc6e3fd3caea (patch)
tree855d6498c393ad6d0de2a70b684bc4453453e3a1
parent9c3143c45adfd62db0b6d13bf04b70415cd6ce27 (diff)
config: Fix typo
-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
}