Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Gaudin committed Apr 24, 2024
1 parent c6d3d4a commit c6ae375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/components/collapsible/Collapsible.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ type Story = StoryObj<typeof meta>;
export const Default: Story = {
args: {
title: "Label",
children: "conent of the collapsible"
children: "Conent of the collapsible"
}
};

0 comments on commit c6ae375

Please sign in to comment.