We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1fe0c2 + 87f6619 commit 46d3696Copy full SHA for 46d3696
content/v3/oauth.md
@@ -48,7 +48,7 @@ against cross-site request forgery attacks.
48
49
If the user accepts your request, GitHub redirects back to your site
50
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
+the previous step in a `state` parameter. If the states don't match, the request
52
has been created by a third party and the process should be aborted.
53
54
Exchange this for an access token:
0 commit comments