Skip to content

Commit

Permalink
[docs] Fix typo in Base UI
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Aug 16, 2023
1 parent 2753c8e commit fc07982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/base/components/menu/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function MyApp() {
<MenuItem>My account</MenuItem>
<MenuItem>Notification preferences</MenuItem>
</Menu>
<Dropdown>
</Dropdown>
);
}
```
Expand Down

0 comments on commit fc07982

Please sign in to comment.