You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: content/v3/oauth_authorizations.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ If you need a small number of tokens, implementing the [web flow](/v3/oauth/#web
72
72
can be cumbersome. Instead, tokens can be created using the OAuth Authorizations API using
73
73
[Basic Authentication](/v3/auth#basic-authentication). To create tokens for a particular OAuth application, you
74
74
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 OAuthapplicaion 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 OAuthapplication intends to create multiple tokens for one user you should use`fingerprint` to differentiate between them. OAuth tokens
76
76
can also be created through the web UI via the[Application settings page][app-listing].
77
77
Read more about these tokens on the[GitHub Help page](https://help.github.com/articles/creating-an-access-token-for-command-line-use).