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(); /**