Skip to content

Commit 87f6619

Browse files
committed
Update oauth.md
Code style adherence.
1 parent f1fe0c2 commit 87f6619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/v3/oauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ against cross-site request forgery attacks.
4848

4949
If the user accepts your request, GitHub redirects back to your site
5050
with a temporary code in a `code` parameter as well as the state you provided in
51-
the previous step in a state parameter. If the states don't match, the request
51+
the previous step in a `state` parameter. If the states don't match, the request
5252
has been created by a third party and the process should be aborted.
5353

5454
Exchange this for an access token:

0 commit comments

Comments
 (0)