Typo in svelte stories example (non-valid JS)

This commit is contained in:
thollander 2019-05-08 13:15:56 +02:00
parent 87fd9b9deb
commit 472f43b43a

View File

@ -99,7 +99,7 @@ storiesOf('MyButton', module)
data: {
buttonText: 'some text',
},
})),
}))
.add('with text', () => ({
Component: MyButton,