浏览代码

Fixed a typo in the doc about github auth

Christophe Coevoet 11 年之前
父节点
当前提交
57d1cff0bc
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 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.
 
 2. Add it to the configuration running `composer config -g github-oauth.github.com <oauthtoken>`