diff --git a/lib/core/src/client/preview/start.js b/lib/core/src/client/preview/start.js index 9add9572fd7..1420c75b76f 100644 --- a/lib/core/src/client/preview/start.js +++ b/lib/core/src/client/preview/start.js @@ -442,7 +442,7 @@ export default function start(render, { decorateStory } = {}) { const configure = (loadable, m, framework) => { if (typeof m === 'string') { throw new Error( - `Invalid module '${m}'. Did you forget to pass \`module\` as the second argument to \`configur\`"?` + `Invalid module '${m}'. Did you forget to pass \`module\` as the second argument to \`configure\`"?` ); } if (m && m.hot && m.hot.dispose) {