You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ And get all items for the Menu
66
66
// Get all items from Menu
67
67
$items = $menu->items();
68
68
```
69
-
You can get a specific item by using search methods. See [Search an item](#search-an-item).
69
+
You can get a specific item by using search methods. See [Search for item](#search-for-item).
70
70
71
71
### Menu hierarchy
72
72
Menus Manager lets you create multi-level menus. Each Menu item can have as many children as you want. See [Menu Item](#menu-item) to find out how to create a new Menu Item.
0 commit comments