Merge pull request #10072 from TrejGun/master

fix typo
This commit is contained in:
Tobias Koppers 2019-12-04 09:14:57 +01:00 committed by GitHub
commit 42ea5ace75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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