Skip to content

Commit

Permalink
doc: fix mistake in the module load hook api
Browse files Browse the repository at this point in the history
  • Loading branch information
isti115 authored Jun 5, 2024
1 parent 7882870 commit 3057ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ changes:
* 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
Expand Down

0 comments on commit 3057ca5

Please sign in to comment.