Skip to content

Commit 46d3696

Browse files
committed
Merge pull request github#316 from harshadsabne/master
Update oauth.md
2 parents f1fe0c2 + 87f6619 commit 46d3696

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)