mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
Fix some typos
Signed-off-by: cuishuang <imcusg@gmail.com> [foka@debian.org: Resolve merge conflict and squash 2 commits] Signed-off-by: Anthony Fok <foka@debian.org>
This commit is contained in:
@@ -70,7 +70,7 @@ func (m PageMatcher) Matches(p Page) bool {
|
||||
return true
|
||||
}
|
||||
|
||||
// DecodeCascade decodes in which could be eiter a map or a slice of maps.
|
||||
// DecodeCascade decodes in which could be either a map or a slice of maps.
|
||||
func DecodeCascade(in any) (map[PageMatcher]maps.Params, error) {
|
||||
m, err := maps.ToSliceStringMap(in)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user