mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-20 18:32:59 +08:00
Bootstrap widget comment typo fix
This commit is contained in:
@ -32,7 +32,7 @@ use yii\helpers\Html;
|
||||
* ```php
|
||||
* echo TypeAhead::widget(array(
|
||||
* 'name' => 'country',
|
||||
* 'cloentOptions' => array(
|
||||
* 'clientOptions' => array(
|
||||
* 'source' => array('USA', 'ESP'),
|
||||
* ),
|
||||
* ));
|
||||
|
Reference in New Issue
Block a user