diff --git a/doc/api/module.md b/doc/api/module.md index 23acde86771dc3..be42ca85203d82 100644 --- a/doc/api/module.md +++ b/doc/api/module.md @@ -601,12 +601,12 @@ changes: * `importAttributes` {Object} * `nextLoad` {Function} The subsequent `load` hook in the chain, or the Node.js default `load` hook after the last user-supplied `load` hook - * `specifier` {string} + * `url` {string} * `context` {Object} * Returns: {Object} * `format` {string} * `shortCircuit` {undefined|boolean} A signal that this hook intends to - terminate the chain of `resolve` hooks. **Default:** `false` + terminate the chain of `load` hooks. **Default:** `false` * `source` {string|ArrayBuffer|TypedArray} The source for Node.js to evaluate The `load` hook provides a way to define a custom method of determining how a