diff --git a/code/lib/cli/src/automigrate/fixes/react-docgen.ts b/code/lib/cli/src/automigrate/fixes/react-docgen.ts index f791be0ab068..bf5a94b00cdd 100644 --- a/code/lib/cli/src/automigrate/fixes/react-docgen.ts +++ b/code/lib/cli/src/automigrate/fixes/react-docgen.ts @@ -62,7 +62,9 @@ export const reactDocgen: Fix = { For known "react-docgen" limitations, see: ${chalk.yellow('https://github.com/storybookjs/storybook/issues/26606')} - Would you like to switch back to ${chalk.cyan('react-docgen-typescript')} in your Storybook? + Press Y to switch back to ${chalk.cyan( + 'react-docgen-typesript' + )}, press N to use ${chalk.cyan('react-docgen')} `; } },