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

View 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
}