Parcourir la source

Merge pull request #2618 from stof/patch-5

Fixed a typo in the doc about github auth
Nils Adermann il y a 11 ans
Parent
commit
4ec4ba1397
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      doc/articles/troubleshooting.md

+ 1 - 1
doc/articles/troubleshooting.md

@@ -112,7 +112,7 @@ for authentication asking your username and password so it can go ahead with its
 Unfortunately this will not work if you enabled two factor authentication on
 Unfortunately this will not work if you enabled two factor authentication on
 your GitHub account and to solve this issue you need to:
 your GitHub account and to solve this issue you need to:
 
 
-1. [Create](https://github.com/settings/applications) an oauthtoken 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.
 [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>`
 2. Add it to the configuration running `composer config -g github-oauth.github.com <oauthtoken>`