From f5561038b9180860407ef1905172fddd7a85c52e Mon Sep 17 00:00:00 2001 From: TrejGun Date: Tue, 3 Dec 2019 21:04:18 +0300 Subject: [PATCH] fix typo --- lib/RuntimeGlobals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";