Skip to content

Commit

Permalink
Merge pull request #15 from lorensr/patch-1
Browse files Browse the repository at this point in the history
Fix "emojies" typo
  • Loading branch information
arunoda committed Aug 28, 2016
2 parents 3ca6b05 + 8b059fc commit b3f976c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ storiesOf('Button', module)
<Text>Hello Button</Text>
</Button>
))
.add('with some emojies', () => (
.add('with some emoji', () => (
<Button onPress={action('clicked-emoji')}>
<Text>😀 😎 👍 💯</Text>
</Button>
Expand Down

0 comments on commit b3f976c

Please sign in to comment.