Skip to content

Commit

Permalink
Removed unnecessary curly bracket
Browse files Browse the repository at this point in the history
Despite chromaui#482, there is still an unnecessary curly bracket ;-)
  • Loading branch information
FabrizioRizzi authored Apr 27, 2021
1 parent 8cd4648 commit 5d97b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/intro-to-storybook/angular/en/simple-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ import { Component, Input, Output, EventEmitter } from '@angular/core';
+ </div>
`,
})
export class TaskComponent { {
export class TaskComponent {
+ @Input() task: Task;

// tslint:disable-next-line: no-output-on-prefix
Expand Down

0 comments on commit 5d97b96

Please sign in to comment.