Skip to content

Commit

Permalink
Merge pull request #6333 from sleblang/patch-4
Browse files Browse the repository at this point in the history
Update index.md
  • Loading branch information
shilman authored Mar 28, 2019
2 parents c6377ab + d2a2d08 commit 90013d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/guides/guide-angular/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ import { storiesOf } from '@storybook/angular';
import { Button } from '@storybook/angular/demo';

storiesOf('My Button', module)
.add('with emoji', () => ({
.add('with text', () => ({
component: Button,
props: {
text: '😀 😎 👍 💯',
text: 'Hello Button',
},
}))
.add('with emoji', () => ({
Expand Down

0 comments on commit 90013d2

Please sign in to comment.