mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
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
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue