Skip to content

Commit

Permalink
chore(accordion): fix typo in story
Browse files Browse the repository at this point in the history
  • Loading branch information
damienrobson-sage committed Jan 23, 2025
1 parent de09fc3 commit 74b1a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/accordion/accordion.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const WithDifferentPaddingAndMargin: Story = () => {
<Accordion m={5} p={5} title="Sixth Accordion">
<Box mt={2}>content</Box>
</Accordion>
<Accordion m={6} p={6} title="SeventhAccordion">
<Accordion m={6} p={6} title="Seventh Accordion">
<Box mt={2}>content</Box>
</Accordion>
</>
Expand Down

0 comments on commit 74b1a0a

Please sign in to comment.