Bootstrap widget comment typo fix

This commit is contained in:
Alexander Kochetov
2013-05-22 23:39:30 +04:00
parent ef192eb4b1
commit d227044c6f

View File

@ -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'),
* ), * ),
* )); * ));