Commit 3577b5c9 by Antonio Ramirez

Fixed typo

parent 67ee9378
...@@ -77,7 +77,7 @@ class SiteController extends Controller ...@@ -77,7 +77,7 @@ class SiteController extends Controller
You may use [[yii\authclient\widgets\Choice]] to compose auth client selection: You may use [[yii\authclient\widgets\Choice]] to compose auth client selection:
``` ```
<?= yii\authclient\Choice::widget([ <?= yii\authclient\widgets\Choice::widget([
'baseAuthUrl' => ['site/auth'] 'baseAuthUrl' => ['site/auth']
]) ?> ]) ?>
``` ```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment