Browse Source

Correct capitalisation of OAuth

Chris Smith 11 years ago
parent
commit
0858e96ac6
2 changed files with 3 additions and 3 deletions
  1. 1 1
      doc/04-schema.md
  2. 2 2
      doc/articles/troubleshooting.md

+ 1 - 1
doc/04-schema.md

@@ -685,7 +685,7 @@ The following options are supported:
   to access private repositories on github and to circumvent the low IP-based
   rate limiting of their API.
   [Read more](articles/troubleshooting.md#api-rate-limit-and-oauth-tokens)
-  on how to get an oauth token for GitHub.
+  on how to get an OAuth token for GitHub.
 * **vendor-dir:** Defaults to `vendor`. You can install dependencies into a
   different directory if you want to.
 * **bin-dir:** Defaults to `vendor/bin`. If a project includes binaries, they

+ 2 - 2
doc/articles/troubleshooting.md

@@ -105,7 +105,7 @@ Or, you can increase the limit with a command-line argument:
    or ```HKEY_CURRENT_USER\Software\Microsoft\Command Processor```.
 3. Check if it contains any path to non-existent file, if it's the case, just remove them.
 
-## API rate limit and oauth tokens
+## API rate limit and OAuth tokens
 
 Because of GitHub's rate limits on their API it can happen that Composer prompts
 for authentication asking your username and password so it can go ahead with its work.
@@ -113,7 +113,7 @@ for authentication asking your username and password so it can go ahead with its
 If you would rather than provide your GitHub credentials to Composer you can
 manually create a token using the following procedure:
 
-1. [Create](https://github.com/settings/applications) an oauth token on GitHub.
+1. [Create](https://github.com/settings/applications) an OAuth token on GitHub.
 [Read more](https://github.com/blog/1509-personal-api-tokens) on this.
 
 2. Add it to the configuration running `composer config -g github-oauth.github.com <oauthtoken>`