Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Jan 17, 2023
1 parent 9877df1 commit e039f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- [Add strict mode](#add-strict-mode)
- [Removed DLL flags](#removed-dll-flags)
- [Angular: Drop support for Angular \< 14](#angular-drop-support-for-angular--14)
- [Angular: Drop support for calling storybook directly](#angular-drop-support-for-calling-storybook-directly)
- [Angular: Drop support for calling Storybook directly](#angular-drop-support-for-calling-storybook-directly)
- [Angular: Removed legacy renderer](#angular-removed-legacy-renderer)
- [Docs Changes](#docs-changes)
- [Standalone docs files](#standalone-docs-files)
Expand Down Expand Up @@ -754,7 +754,7 @@ Earlier versions of Storybook used Webpack DLLs as a performance crutch. In 6.1,

Starting in 7.0, we drop support for Angular < 14

#### Angular: Drop support for calling storybook directly
#### Angular: Drop support for calling Storybook directly

In Storybook 6.4 we have deprecated calling Storybook directly (`npm run storybook`) and removed support for it in Storybook 7.0 entirely. Instead you have to set up
the Storybook builder in your `angular.json` and execute `ng run <your-project>:storybook` to start Storybook. Please visit https://github.com/storybookjs/storybook/tree/next/code/frameworks/angular to set up Storybook for Angular correctly.
Expand Down

0 comments on commit e039f7c

Please sign in to comment.