Skip to content

Commit

Permalink
fix: typo in errors.go (#2699)
Browse files Browse the repository at this point in the history
  • Loading branch information
afreakk authored Aug 26, 2021
1 parent 8889048 commit df08c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var (
ErrNotFound = &fosite.RFC6749Error{
CodeField: http.StatusNotFound,
ErrorField: http.StatusText(http.StatusNotFound),
DescriptionField: "Unable to located the requested resource",
DescriptionField: "Unable to locate the requested resource",
}
ErrConflict = &fosite.RFC6749Error{
CodeField: http.StatusConflict,
Expand Down

0 comments on commit df08c7f

Please sign in to comment.