Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/v3/oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ against cross-site request forgery attacks.
### 2. GitHub redirects back to your site

If the user accepts your request, GitHub redirects back to your site
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
the previous step in a state parameter. If the states don't match, the request
has been created by a third party and the process should be aborted.

Expand Down