Skip to content

Commit

Permalink
[docs] Fix typo in Joy UI's List Component docs (mui#33956)
Browse files Browse the repository at this point in the history
Co-authored-by: danilo leal <67129314+danilo-leal@users.noreply.github.com>
  • Loading branch information
2 people authored and darktasevski committed Aug 22, 2022
1 parent 6b07fad commit 51c7d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/joy/components/list/list.md
Expand Up @@ -14,7 +14,7 @@ Joy UI provides four list-related components:

- [`List`](#basic-usage): A wrapper for list items (defaulting as `ul`).
- [`ListItem`](#basic-usage): A common list item (default as `li`).
- [`ListItemButton`](#actionable): Ans action element to be used inside a list item.
- [`ListItemButton`](#actionable): An action element to be used inside a list item.
- [`ListItemDecorator`](#decorator): A decorator of a list item, usually used to display an icon.
- [`ListItemContent`](#ellipsis-content): A container inside a list item, used to display text content.
- [`ListDivider`](#divider): A separator between list items.
Expand Down

0 comments on commit 51c7d4a

Please sign in to comment.