From d1c82b7bfb55dcd62a61350b52a10ed9e96efdaa Mon Sep 17 00:00:00 2001 From: Valentin Palkovic Date: Sun, 9 Jun 2024 23:16:58 +0200 Subject: [PATCH] Merge pull request #27536 from storybookjs/react_docgen_migration_typo CLI: Fix typo in React Docgen migration (cherry picked from commit f7b7225973bddb6b8fe8b7ff500132347672216e) --- code/lib/cli/src/automigrate/fixes/react-docgen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/lib/cli/src/automigrate/fixes/react-docgen.ts b/code/lib/cli/src/automigrate/fixes/react-docgen.ts index 41e0875f475d..9359a96bacd9 100644 --- a/code/lib/cli/src/automigrate/fixes/react-docgen.ts +++ b/code/lib/cli/src/automigrate/fixes/react-docgen.ts @@ -62,7 +62,7 @@ export const reactDocgen: Fix = { 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' )} `;