diff --git a/addons/storyshots/src/angular/app.component.ts b/addons/storyshots/src/angular/app.component.ts index af984a60a20..75ff164dd47 100644 --- a/addons/storyshots/src/angular/app.component.ts +++ b/addons/storyshots/src/angular/app.component.ts @@ -24,7 +24,7 @@ export class AppComponent implements OnInit { /* * We need to use here the ngOnInit instead of ngAfterViewInit, - * otherwise there will get ExpressionChangedAfterItHasBeenCheckedError in tests + * otherwise there will be ExpressionChangedAfterItHasBeenCheckedError in tests */ ngOnInit(): void { this.putInMyHtml(); diff --git a/examples/angular-cli/package.json b/examples/angular-cli/package.json index e67cef092fd..33cacdafc33 100644 --- a/examples/angular-cli/package.json +++ b/examples/angular-cli/package.json @@ -34,7 +34,7 @@ "@storybook/addon-actions": "^3.3.3", "@storybook/addon-links": "^3.3.3", "@storybook/addon-notes": "^3.3.3", - "@storybook/addon-storyshots": "^3.3.3", + "@storybook/addon-storyshots": "^3.3.3", "@storybook/addons": "^3.3.3", "@storybook/angular": "^3.3.3", "@types/jasmine": "~2.8.3",