We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed02a8 commit f9ab7a4Copy full SHA for f9ab7a4
content/v3/oauth.md
@@ -44,7 +44,7 @@ against cross-site request forgery attacks.
44
### 2. GitHub redirects back to your site
45
46
If the user accepts your request, GitHub redirects back to your site
47
-with a temporary code in a code parameter as well as the state you provided in
+with a temporary code in a `code` parameter as well as the state you provided in
48
the previous step in a state parameter. If the states don't match, the request
49
has been created by a third party and the process should be aborted.
50
0 commit comments