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