Skip to content

Commit

Permalink
docs: fix typo (#243)
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Bouquillon <julien.bouquillon@beta.gouv.fr>
  • Loading branch information
revolunet committed Mar 8, 2024
1 parent 161ad94 commit 300ee46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/Accordion.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { fr } from "@codegouvfr/react-dsfr";
<div className={fr.cx("fr-accordions-group")}>
<Accordion label="Name of the Accordion 1">Content of the Accordion 1</Accordion>
<Accordion label="Name of the Accordion 2"/>Content of the Accordion 2</Accordion>
<Accordion label="Name of the Accordion 2">Content of the Accordion 2</Accordion>
</div>
\`\`\`
Expand Down

0 comments on commit 300ee46

Please sign in to comment.