diff --git a/extensions/yii/authclient/widgets/Choice.php b/extensions/yii/authclient/widgets/Choice.php index 75e65c3..a942c83 100644 --- a/extensions/yii/authclient/widgets/Choice.php +++ b/extensions/yii/authclient/widgets/Choice.php @@ -26,12 +26,15 @@ use yii\authclient\ClientInterface; * ]); ?> * ~~~ * - * You can customize the widget appearance by using [[beginWidget()]] and [[endWidget()]] syntax + * You can customize the widget appearance by using [[begin()]] and [[end()]] syntax * along with using method {@link clientLink()} or {@link createClientUrl()}. * For example: * * ~~~php - * + * ['site/auth'] * ]); ?> * - * + * * ~~~ * * This widget supports following keys for [[ClientInterface::getViewOptions()]] result: