Skip to content

Commit

Permalink
fix(drawer): typo on demo
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Esteves <[email protected]>
  • Loading branch information
aesteves60 authored and dpellier committed Jan 17, 2025
1 parent 4ecc63d commit def5892
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const Demo: StoryObj = {
content: `
<div>
<ods-text preset="heading-4">Hello, world!</ods-text>
<ods-text preset="heading-3">Press 'Escape' for close the drawer</ods-text>
<ods-text preset="heading-3">Press 'Escape' to close the drawer</ods-text>
<ods-text preset="span">Lorem ipsum dolor sit amet, consectetur adipiscing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</ods-text>
</div>`,
isOpen: false,
Expand Down

0 comments on commit def5892

Please sign in to comment.