Browse Source

Merge pull request #5559 from iyedb/patch-1

little typo
tags/2.0.1
Qiang Xue 10 years ago
parent
commit
03d4a7f445
  1. 2
      extensions/authclient/OAuth1.php

2
extensions/authclient/OAuth1.php

@ -13,7 +13,7 @@ use Yii;
/**
* 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;

Loading…
Cancel
Save