fixed typo

This commit is contained in:
Alexander Makarov
2013-09-17 20:48:20 +04:00
parent 43d15155c6
commit 240b42aa0c

View File

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