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:
parent
c218e94f66
commit
8795a34563
@ -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: {
|
||||
|
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user