Skip to content

Commit

Permalink
fix typo in slot docs
Browse files Browse the repository at this point in the history
  • Loading branch information
spmonahan committed Dec 2, 2024
1 parent f97d1c3 commit bcc78c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ If you need to replace the slot's entire content, including the containing eleme
pass a render function as the children.

This is an escape hatch in the slots API, so prefer the other techniques whenever possible.
If you replace the entire slot, very accessibility, layout, and styling still work properly.
If you replace the entire slot, verify accessibility, layout, and styling still work properly.

By passing `renderBigLetterIcon` as the `children`, the `span` that normally contains the icon is replaced with an `b` (bold).

Expand Down

0 comments on commit bcc78c7

Please sign in to comment.