diff --git a/lib/core/src/server/preview/to-require-context.ts b/lib/core/src/server/preview/to-require-context.ts index 1c31e625b85..91cb70bad70 100644 --- a/lib/core/src/server/preview/to-require-context.ts +++ b/lib/core/src/server/preview/to-require-context.ts @@ -9,7 +9,7 @@ const fixBadGlob = deprecate( return match.input.replace(match[1], `@${match[1]}`); }, dedent` - You're specified an invalid glob, we've attempted to fix it, please ensure the glob you specify is a valid glob + You're specified an invalid glob, we've attempted to fix it, please ensure the glob you specify is a valid glob. See: https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#correct-globs-in-main-js ` ); const detectBadGlob = (val: string) => {