From cce0d28f5318c324e7f41302c4f96aa1a07e93a8 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Mon, 14 Oct 2019 15:28:35 +0800 Subject: [PATCH] Fix typo --- lib/core/src/client/preview/start.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/src/client/preview/start.js b/lib/core/src/client/preview/start.js index 9add9572fd7f..1420c75b76f6 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) {