mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-30 01:56:35 +08:00
Fix typo in Menu phpdoc (#20101)
This commit is contained in:
@ -23,7 +23,7 @@ use yii\helpers\Url;
|
|||||||
* Menu checks the current route and request parameters to toggle certain menu items
|
* Menu checks the current route and request parameters to toggle certain menu items
|
||||||
* with active state.
|
* with active state.
|
||||||
*
|
*
|
||||||
* Note that Menu only renders the HTML tags about the menu. It does do any styling.
|
* Note that Menu only renders the HTML tags about the menu. It does not do any styling.
|
||||||
* You are responsible to provide CSS styles to make it look like a real menu.
|
* You are responsible to provide CSS styles to make it look like a real menu.
|
||||||
*
|
*
|
||||||
* The following example shows how to use Menu:
|
* The following example shows how to use Menu:
|
||||||
|
|||||||
Reference in New Issue
Block a user