From ea3bf57ddb1d6b6b072c7ad3800974ec0e663f5a Mon Sep 17 00:00:00 2001 From: Damini Date: Fri, 8 Dec 2023 10:44:55 +0530 Subject: [PATCH] fix: change asChild to as --- .../src/ui/components/Disclosure/Accordion/index.stories.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/storybook/src/ui/components/Disclosure/Accordion/index.stories.mdx b/example/storybook/src/ui/components/Disclosure/Accordion/index.stories.mdx index 88d1bb9ae7..3f4990e7d5 100644 --- a/example/storybook/src/ui/components/Disclosure/Accordion/index.stories.mdx +++ b/example/storybook/src/ui/components/Disclosure/Accordion/index.stories.mdx @@ -450,7 +450,7 @@ Contains all the parts of a collapsible section. #### AccordionHeader -Wraps an `Accordion.Trigger`. Use the asChild prop to update it to the appropriate heading level for your page. +Wraps an `Accordion.Trigger`. Use the as prop to update it to the appropriate heading level for your page. #### AccordionTrigger