File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -590,12 +590,12 @@ changes:
590
590
* ` importAttributes` {Object}
591
591
* ` nextLoad` {Function} The subsequent ` load` hook in the chain, or the
592
592
Node.js default ` load` hook after the last user-supplied ` load` hook
593
- * ` specifier ` {string}
593
+ * ` url ` {string}
594
594
* ` context` {Object}
595
595
* Returns: {Object}
596
596
* ` format` {string}
597
597
* ` shortCircuit` {undefined|boolean} A signal that this hook intends to
598
- terminate the chain of ` resolve ` hooks. **Default:** ` false `
598
+ terminate the chain of ` load ` hooks. **Default:** ` false `
599
599
* ` source` {string|ArrayBuffer|TypedArray} The source for Node.js to evaluate
600
600
601
601
The ` load` hook provides a way to define a custom method of determining how a
You can’t perform that action at this time.
0 commit comments