diff --git a/extensions/authclient/OAuth1.php b/extensions/authclient/OAuth1.php index 5fdb2865c7..9330a9ae05 100644 --- a/extensions/authclient/OAuth1.php +++ b/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;