docs: Fix simple typo, occurences -> occurrences

There is a small typo in gulpfile.js, systemjs.config.js.

Should read `occurrences` rather than `occurences`.
This commit is contained in:
Tim Gates 2020-04-18 07:53:18 +10:00
parent c218e94f66
commit 8795a34563
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05
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: {