Skip to content

Commit

Permalink
resources/page: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rosano committed Feb 10, 2024
1 parent 6f59d96 commit e309f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/page/pagegroup.go
Expand Up @@ -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 {
Expand Down

0 comments on commit e309f82

Please sign in to comment.