Fix typo in Menu phpdoc (#20101)

This commit is contained in:
Gustavo Botti
2024-01-12 02:57:18 -03:00
committed by GitHub
parent f83b772c4f
commit 60ea174348

View File

@ -23,7 +23,7 @@ use yii\helpers\Url;
* Menu checks the current route and request parameters to toggle certain menu items
* 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.
*
* The following example shows how to use Menu: