Skip to content

Commit

Permalink
Make versioning consistent in prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Mar 26, 2024
1 parent 5e2f1e7 commit c366e03
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 @@ -46,7 +46,7 @@ export const reactDocgen: Fix<Options> = {
`;
} else {
return dedent`
Since Storybook 8, ${chalk.cyan(
Since Storybook 8.0, ${chalk.cyan(
'react-docgen'
)} is now the default for generating component controls, replacing ${chalk.cyan(
'react-docgen-typescript'
Expand Down

0 comments on commit c366e03

Please sign in to comment.