From d227044c6fcb3e685329e667c14272cb15c54305 Mon Sep 17 00:00:00 2001 From: Alexander Kochetov Date: Wed, 22 May 2013 23:39:30 +0400 Subject: [PATCH] Bootstrap widget comment typo fix --- framework/yii/bootstrap/TypeAhead.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/bootstrap/TypeAhead.php b/framework/yii/bootstrap/TypeAhead.php index cd60ff3..0704404 100644 --- a/framework/yii/bootstrap/TypeAhead.php +++ b/framework/yii/bootstrap/TypeAhead.php @@ -32,7 +32,7 @@ use yii\helpers\Html; * ```php * echo TypeAhead::widget(array( * 'name' => 'country', - * 'cloentOptions' => array( + * 'clientOptions' => array( * 'source' => array('USA', 'ESP'), * ), * ));