Skip to content

Commit

Permalink
Typo in svelte stories example (non-valid JS) (#6745)
Browse files Browse the repository at this point in the history
Typo in svelte stories example (non-valid JS)
  • Loading branch information
shilman committed May 8, 2019
2 parents e96c2d4 + 472f43b commit 5f3746f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/guide-svelte/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ storiesOf('MyButton', module)
props: {
buttonText: 'some text',
},
})),
}))
.add('with text', () => ({
Component: MyButton,

Expand Down

0 comments on commit 5f3746f

Please sign in to comment.