diff --git a/src/injectCaller.js b/src/injectCaller.js index 5e1f6f52..9ee10e03 100644 --- a/src/injectCaller.js +++ b/src/injectCaller.js @@ -13,7 +13,7 @@ module.exports = function injectCaller(opts) { supportsDynamicImport: true, // Webpack 5 supports TLA behind a flag. We enable it by default - // for Babel, and then webpack will throw an error is the experimental + // for Babel, and then webpack will throw an error if the experimental // flag isn't enabled. supportsTopLevelAwait: true, },