Skip to content

Commit

Permalink
Merge pull request #27536 from storybookjs/react_docgen_migration_typo
Browse files Browse the repository at this point in the history
CLI: Fix typo in React Docgen migration
(cherry picked from commit f7b7225)
  • Loading branch information
valentinpalkovic authored and storybook-bot committed Jun 10, 2024
1 parent aa59f07 commit ad3205e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/cli/src/automigrate/fixes/react-docgen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const reactDocgen: Fix<Options> = {
For known "react-docgen" limitations, see:
${chalk.yellow('https://github.com/storybookjs/storybook/issues/26606')}
Press Y to revert to ${chalk.cyan('react-docgen-typesript')}, press N to use ${chalk.cyan(
Press Y to revert to ${chalk.cyan('react-docgen-typescript')}, press N to use ${chalk.cyan(
'react-docgen'
)}
`;
Expand Down

0 comments on commit ad3205e

Please sign in to comment.