Skip to content

Commit

Permalink
Fix readme typo (#41)
Browse files Browse the repository at this point in the history
* Fix typo in readme for inside popover example

* Align command.list tag
  • Loading branch information
Manuel-DaSilva authored Nov 28, 2023
1 parent bd71d0b commit 6a43322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,9 +435,9 @@ Render `Command` inside of the popover content:
<Popover.Content>
<Command.Root>
<Command.Input />
<Comand.List>
<Command.List>
<Command.Item>Apple</Command.Item>
</Command.List>
</Command.List>
</Command.Root>
</Popover.Content>
</Popover.Root>
Expand Down

0 comments on commit 6a43322

Please sign in to comment.