From 240b42aa0c81928252b3802f7a016436f3367473 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Tue, 17 Sep 2013 20:48:20 +0400 Subject: [PATCH] fixed typo --- framework/yii/bootstrap/Nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/bootstrap/Nav.php b/framework/yii/bootstrap/Nav.php index 8d62ec5..f24f729 100644 --- a/framework/yii/bootstrap/Nav.php +++ b/framework/yii/bootstrap/Nav.php @@ -67,7 +67,7 @@ class Nav extends Widget * - items: array|string, optional, the configuration array for creating a [[Dropdown]] widget, * or a string representing the dropdown menu. Note that Bootstrap does not support sub-dropdown menus. * - * It a menu item is a string, it will be rendered directly without HTML encoding. + * If a menu item is a string, it will be rendered directly without HTML encoding. */ public $items = array(); /**