Skip to content

Commit 2f10ea4

Browse files
committed
Merge pull request github#142 from kylestevenson/patch-1
clarified the code parameter in web flow
2 parents 1ed02a8 + f9ab7a4 commit 2f10ea4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/v3/oauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ against cross-site request forgery attacks.
4444
### 2. GitHub redirects back to your site
4545

4646
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
47+
with a temporary code in a `code` parameter as well as the state you provided in
4848
the previous step in a state parameter. If the states don't match, the request
4949
has been created by a third party and the process should be aborted.
5050

0 commit comments

Comments
 (0)