Skip to content

Commit d1073c0

Browse files
committed
Merge pull request github#672 from DDropinski/oauth-typo
Fix typo: applicaion->application
2 parents 15430d0 + 5b6bfa5 commit d1073c0

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)