diff --git a/lib/RuntimeGlobals.js b/lib/RuntimeGlobals.js index 2b925434b..d5783ca6a 100644 --- a/lib/RuntimeGlobals.js +++ b/lib/RuntimeGlobals.js @@ -202,6 +202,6 @@ exports.system = "__webpack_require__.System"; /** * the shorthand for Object.prototype.hasOwnProperty - * using of ot decreases the compiled bundle size + * using of it decreases the compiled bundle size */ exports.hasOwnProperty = "__webpack_require__.o";