We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202d148 commit 2bb8b6dCopy full SHA for 2bb8b6d
src/pushbutton-element.stories.ts
@@ -39,7 +39,7 @@ export const redWithLongLabel = () =>
39
html`
40
<wokwi-pushbutton
41
color="red"
42
- label="I have a realy long label..."
+ label="I have a really long label..."
43
@button-press=${action('button-press')}
44
@button-release=${action('button-release')}
45
></wokwi-pushbutton>
0 commit comments