From faa53441028b5764325db32fe6fa6d2181fcd58a Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Wed, 19 Feb 2020 10:28:03 +0530 Subject: [PATCH] fix: typo --- lib/APIPlugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/APIPlugin.js b/lib/APIPlugin.js index 9a2bf964f..893fee20a 100644 --- a/lib/APIPlugin.js +++ b/lib/APIPlugin.js @@ -46,7 +46,7 @@ const REPLACEMENTS = { __non_webpack_require__: { expr: "require", req: null, - type: undefined, // type is not know, depends on environment + type: undefined, // type is not known, depends on environment assign: true }, __webpack_nonce__: { @@ -76,7 +76,7 @@ const REPLACEMENTS = { "require.onError": { expr: RuntimeGlobals.uncaughtErrorHandler, req: [RuntimeGlobals.uncaughtErrorHandler], - type: undefined, // type is not know, could be function or undefined + type: undefined, // type is not known, could be function or undefined assign: true // is never a pattern } };