Merge pull request #10411 from jamesgeorge007/hotfix/typo

chore(APIPlugin): Minor typographical fix
This commit is contained in:
Tobias Koppers 2020-02-28 09:53:29 +01:00 committed by GitHub
commit bbc888db1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
}
};