Skip to content

Commit 0b86a72

Browse files
authored
Merge pull request #111 from adeinega/patch-1
Fix some typos
2 parents f4ab62a + 435457e commit 0b86a72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

draft-ietf-oauth-v2-1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,8 +1529,8 @@ redirect URI using the `application/x-www-form-urlencoded` format,
15291529
per Appendix B:
15301530

15311531
"code":
1532-
: REQUIRED. The authorization code generated by the
1533-
authorization server and is opqaue to the client. The authorization code MUST expire
1532+
: REQUIRED. The authorization code is generated by the
1533+
authorization server and opaque to the client. The authorization code MUST expire
15341534
shortly after it is issued to mitigate the risk of leaks. A
15351535
maximum authorization code lifetime of 10 minutes is
15361536
RECOMMENDED. The client MUST NOT use the authorization code

0 commit comments

Comments
 (0)