config: Fix typo

This commit is contained in:
Razon Yang 2024-06-09 23:22:23 +08:00 committed by GitHub
parent 9c3143c45a
commit 7ee36b3718
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -419,6 +419,6 @@ type Pagination struct {
// The path element used during pagination. // The path element used during pagination.
Path string 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 DisableAliases bool
} }