Skip to content

Commit 2bb8b6d

Browse files
committed
fix(pushbutton): typo in story
1 parent 202d148 commit 2bb8b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pushbutton-element.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const redWithLongLabel = () =>
3939
html`
4040
<wokwi-pushbutton
4141
color="red"
42-
label="I have a realy long label..."
42+
label="I have a really long label..."
4343
@button-press=${action('button-press')}
4444
@button-release=${action('button-release')}
4545
></wokwi-pushbutton>

0 commit comments

Comments
 (0)