Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 005a359

Browse files
author
Hubot
committed
Merge pull request #435 from github/update-1418824297
2 parents 1cf7e32 + dd990ec commit 005a359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/v3/oauth_authorizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ If you need a small number of tokens, implementing the [web flow](/v3/oauth/#web
7272
can be cumbersome. Instead, tokens can be created using the OAuth Authorizations API using
7373
[Basic Authentication](/v3/auth#basic-authentication). To create tokens for a particular OAuth application, you
7474
must provide its client ID and secret, found on the OAuth application settings
75-
page, linked from your [OAuth applications listing on GitHub][app-listing]. If your OAuth applicaion intends to create multiple tokens for one user you should use `fingerprint` to differentiate between them. OAuth tokens
75+
page, linked from your [OAuth applications listing on GitHub][app-listing]. If your OAuth application intends to create multiple tokens for one user you should use `fingerprint` to differentiate between them. OAuth tokens
7676
can also be created through the web UI via the [Application settings page][app-listing].
7777
Read more about these tokens on the [GitHub Help page](https://help.github.com/articles/creating-an-access-token-for-command-line-use).
7878

0 commit comments

Comments
 (0)