Skip to content

Commit

Permalink
fix: Correct Storybook code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
leofavre committed Jul 1, 2020
1 parent 8142ed2 commit 5eabaa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function getCodeSample () {
attrs += this.view !== 'default' ? ` view="${this.view}"` : '';
return `<emd-notification${attrs}>
${smartEllipsis(this.content, 45)}${this.showAction ? `
<button slot="action">Action<button>` : ''}
<button slot="action">Action</button>` : ''}
</emd-notification>`;
}

Expand Down

0 comments on commit 5eabaa1

Please sign in to comment.