Skip to content

Commit bdbfb27

Browse files
Meeh
1 parent 4c076e8 commit bdbfb27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Besides these, you can also simply use the menus in Blade templates and render t
3232

3333
```blade
3434
<div class="menu">
35-
{-- Iterate through the menu items --}
35+
{{-- Iterate through the menu items --}}
3636
@foreach($menu->items as $item)
3737
@if($item->isAllowed())
3838
<div class="menu-item">

0 commit comments

Comments
 (0)