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:
590590 * ` importAttributes` {Object}
591591* ` nextLoad` {Function} The subsequent ` load` hook in the chain, or the
592592 Node.js default ` load` hook after the last user-supplied ` load` hook
593- * ` specifier ` {string}
593+ * ` url ` {string}
594594 * ` context` {Object}
595595* Returns: {Object}
596596 * ` format` {string}
597597 * ` 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 `
599599 * ` source` {string|ArrayBuffer|TypedArray} The source for Node.js to evaluate
600600
601601The ` 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