Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
theisel committed Sep 30, 2022
1 parent 7270685 commit 6ef982b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro-portabletext/docs/extending-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const listItemIs = (listItem: string) => listItem === props.node.listItem;

const Cmp = listItemIs("square") ? (
SquareListStyle
) ? listItemIs("bullet") ? ( // Override default
) : listItemIs("bullet") ? ( // Override default
BulletListStyle
) : (
List // Fallback to `astro-portabletext`
Expand Down

0 comments on commit 6ef982b

Please sign in to comment.