Skip to content

Commit

Permalink
Merge pull request #6477 from storybooks/fix/typeescript-configuratio…
Browse files Browse the repository at this point in the history
…n-typo

Fix typo
  • Loading branch information
ndelangen authored Apr 11, 2019
2 parents 38f6407 + 99375c9 commit 570a0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/configurations/typescript-config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This is a central reference for using Storybook with TypeScript.
yarn add -D typescript
yarn add -D awesome-typescript-loader
yarn add -D @types/storybook__react # typings
yarn add -D @storybook/addon-info react-docgen-typescript-webpack-plugin # optional but recommended
yarn add -D @storybook/addon-info react-docgen-typescript-loader # optional but recommended
yarn add -D jest "@types/jest" ts-jest #testing
```

Expand Down

0 comments on commit 570a0d1

Please sign in to comment.