From 3057ca50c30530083590490da6c6ac290b6f8b57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Donk=C3=B3?= Date: Wed, 5 Jun 2024 14:58:48 +0200 Subject: [PATCH] doc: fix mistake in the module `load` hook api --- doc/api/module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/module.md b/doc/api/module.md index 23acde86771dc3..3e2b5067447bfb 100644 --- a/doc/api/module.md +++ b/doc/api/module.md @@ -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