]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
config: Fix typo
authorRazon Yang <razonyang@gmail.com>
Sun, 9 Jun 2024 15:22:23 +0000 (23:22 +0800)
committerGitHub <noreply@github.com>
Sun, 9 Jun 2024 15:22:23 +0000 (17:22 +0200)
config/commonConfig.go

index 6e41ac7f062613250434b23b39dd19fa1778b381..a615c51a76ec0c8eec29e8eeb7807737084a4834 100644 (file)
@@ -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
 }