Skip to content

Commit

Permalink
Merge pull request #15636 from storybookjs/fix_angular_snippet_writin…
Browse files Browse the repository at this point in the history
…g_stories

Chore: (Docs) Minor fixes to the list-story-reuse mdx snippet
  • Loading branch information
jonniebigodes authored and shilman committed Jul 22, 2021
1 parent c220a23 commit 1e0d3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/snippets/angular/list-story-reuse-data.ts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export const ManyItems: Story<List> = (args) => ({
template: `
<app-list>
<app-listitem [itemProperty]="Selected"></app-listitem>
<app-listitem [itemProperty]="Unselected"></app-listitemm>
<app-listitem[itemProperty]="Unselected"></app-listitem>
<app-listitem [itemProperty]="Unselected"></app-listitem>
<app-listitem [itemProperty]="Unselected"></app-listitem>
</app-list>`,
});
ManyItems.args= {
Expand Down

0 comments on commit 1e0d3bf

Please sign in to comment.