resources/page: Fix typo

This commit is contained in:
Rosano
2024-02-10 14:28:03 -05:00
committed by GitHub
parent 6f59d96bba
commit e309f82efe

View File

@@ -205,7 +205,7 @@ func (p Pages) GroupByParam(key string, order ...string) (PagesGroup, error) {
}
}
if !tmp.IsValid() {
return nil, errors.New("there is no such a param")
return nil, errors.New("there is no such param")
}
for _, e := range p {