Merge pull request #5559 from iyedb/patch-1

little typo
This commit is contained in:
Qiang Xue
2014-10-14 19:31:35 -04:00

View File

@@ -13,7 +13,7 @@ use Yii;
/** /**
* OAuth1 serves as a client for the OAuth 1/1.0a flow. * OAuth1 serves as a client for the OAuth 1/1.0a flow.
* *
* In oder to acquire access token perform following sequence: * In order to acquire access token perform following sequence:
* *
* ~~~ * ~~~
* use yii\authclient\OAuth1; * use yii\authclient\OAuth1;