Skip to content

Commit

Permalink
docs: fix typo in sidebar.md (#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
abteilung authored Oct 31, 2024
1 parent d947b82 commit 8477b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/docs/src/content/components/sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ The `Sidebar.MenuBadge` component is used to render a badge within a `Sidebar.Me
```svelte showLineNumbers
<Sidebar.MenuItem>
<Sidebar.MenuButton />
<Sidebar.MenuBadge>24</SidebarMenuBadge>
<Sidebar.MenuBadge>24</Sidebar.MenuBadge>
</Sidebar.MenuItem>
```

Expand Down

0 comments on commit 8477b4b

Please sign in to comment.