Skip to content

Commit

Permalink
Update code/lib/cli/src/automigrate/fixes/react-docgen.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
  • Loading branch information
JReinhold and shilman committed May 13, 2024
1 parent e461f81 commit 07e4e46
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 switch back to ${chalk.cyan(
Press Y to revert to ${chalk.cyan(
'react-docgen-typesript'
)}, press N to use ${chalk.cyan('react-docgen')}
`;
Expand Down

0 comments on commit 07e4e46

Please sign in to comment.