Skip to content

Commit ff1a69b

Browse files
authored
fix typo in slot docs (#33386)
1 parent f97d1c3 commit ff1a69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/public-docsite-v9/src/Concepts/Slots/Slots.stories.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ If you need to replace the slot's entire content, including the containing eleme
174174
pass a render function as the children.
175175

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

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

0 commit comments

Comments
 (0)