Skip to content

Commit

Permalink
Fix duplicate key in svelte guide (#6750)
Browse files Browse the repository at this point in the history
Fix duplicate key in svelte guide
  • Loading branch information
shilman committed May 9, 2019
2 parents 9bff927 + 02f2628 commit d1d67df
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 @@ -100,7 +100,7 @@ storiesOf('MyButton', module)
buttonText: 'some text',
},
}))
.add('with text', () => ({
.add('with some emojies', () => ({
Component: MyButton,

props: {
Expand Down

0 comments on commit d1d67df

Please sign in to comment.