diff --git a/code/lib/create-storybook/src/commands/FinalizationCommand.ts b/code/lib/create-storybook/src/commands/FinalizationCommand.ts index 887851ada2f6..f0bb3fbd4265 100644 --- a/code/lib/create-storybook/src/commands/FinalizationCommand.ts +++ b/code/lib/create-storybook/src/commands/FinalizationCommand.ts @@ -88,8 +88,8 @@ export class FinalizationCommand { } logger.log(dedent` - Wanna know more about Storybook? Check out ${CLI_COLORS.cta('https://storybook.js.org/')} - Having trouble or want to chat? Join us at ${CLI_COLORS.cta('https://discord.gg/storybook/')} + Want to learn more about Storybook? ${CLI_COLORS.cta('https://storybook.js.org/')} + Having trouble or want to chat? ${CLI_COLORS.cta('https://discord.gg/storybook/')} `); } }