Skip to content

Commit 300ee46

Browse files
authored
docs: fix typo (#243)
Signed-off-by: Julien Bouquillon <[email protected]>
1 parent 161ad94 commit 300ee46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/Accordion.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { fr } from "@codegouvfr/react-dsfr";
1717
1818
<div className={fr.cx("fr-accordions-group")}>
1919
<Accordion label="Name of the Accordion 1">Content of the Accordion 1</Accordion>
20-
<Accordion label="Name of the Accordion 2"/>Content of the Accordion 2</Accordion>
20+
<Accordion label="Name of the Accordion 2">Content of the Accordion 2</Accordion>
2121
</div>
2222
\`\`\`
2323

0 commit comments

Comments
 (0)