✏️ Fixed typo in error message

This commit is contained in:
Maxim Lebedev 2023-12-06 00:27:57 +06:00
parent 5e16137342
commit fa2216a318
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ var (
var ErrCodeChallengeMethodUnknown error = NewError(
ErrorCodeInvalidRequest,
"unknown code_challene_method",
"unknown code_challenge_method",
"https://indieauth.net/source/#authorization-request",
)