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 @@ -601,12 +601,12 @@ changes:
601601 * ` importAttributes` {Object}
602602* ` nextLoad` {Function} The subsequent ` load` hook in the chain, or the
603603 Node.js default ` load` hook after the last user-supplied ` load` hook
604- * ` specifier ` {string}
604+ * ` url ` {string}
605605 * ` context` {Object}
606606* Returns: {Object}
607607 * ` format` {string}
608608 * ` 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 `
610610 * ` source` {string|ArrayBuffer|TypedArray} The source for Node.js to evaluate
611611
612612The ` 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