diff --git a/src/components/Accordion/Accordion.stories.mdx b/src/components/Accordion/Accordion.stories.mdx index b18cadb..8d8b1c4 100644 --- a/src/components/Accordion/Accordion.stories.mdx +++ b/src/components/Accordion/Accordion.stories.mdx @@ -41,7 +41,7 @@ export const defaultArgs = { # Accordion -The test Accordion component is a UI element that allows the user to show and hide content within an expandable and collapsible section. It consists of a container that holds multiple panels, where each panel has a header and a body. When a panel's header is clicked, the corresponding body is shown or hidden. +The Accordion component is a UI element that allows the user to show and hide content within an expandable and collapsible section. It consists of a container that holds multiple panels, where each panel has a header and a body. When a panel's header is clicked, the corresponding body is shown or hidden. - [Overview](#overview)