Merge pull request #11821 from timgates42/bugfix_typo_occurrences

docs: Fix simple typo, occurences -> occurrences
This commit is contained in:
Tim van der Meij 2020-04-18 00:04:19 +02:00 committed by GitHub
commit 2a292c7910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1159,7 +1159,7 @@ function buildLib(defines, dir) {
// require with __webpack_require__. When we want to use the real require,
// __non_webpack_require__ has to be used.
// In this target, we don't create a bundle, so we have to replace the
// occurences of __non_webpack_require__ ourselves.
// occurrences of __non_webpack_require__ ourselves.
function babelPluginReplaceNonWebPackRequire(babel) {
return {
visitor: {

View File

@ -44,7 +44,7 @@
// require with __webpack_require__. When we want to use the real require,
// __non_webpack_require__ has to be used.
// In this target, we don't create a bundle, so we have to replace the
// occurences of __non_webpack_require__ ourselves.
// occurrences of __non_webpack_require__ ourselves.
function babelPluginReplaceNonWebPackRequire(babel) {
return {
visitor: {