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