Commit 48f78cd 1 parent 855eb25 commit 48f78cd Copy full SHA for 48f78cd
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -601,12 +601,12 @@ changes:
601
601
* ` importAttributes` {Object}
602
602
* ` nextLoad` {Function} The subsequent ` load` hook in the chain, or the
603
603
Node.js default ` load` hook after the last user-supplied ` load` hook
604
- * ` specifier ` {string}
604
+ * ` url ` {string}
605
605
* ` context` {Object}
606
606
* Returns: {Object}
607
607
* ` format` {string}
608
608
* ` shortCircuit` {undefined|boolean} A signal that this hook intends to
609
- terminate the chain of ` resolve ` hooks. **Default:** ` false `
609
+ terminate the chain of ` load ` hooks. **Default:** ` false `
610
610
* ` source` {string|ArrayBuffer|TypedArray} The source for Node.js to evaluate
611
611
612
612
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