We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4f7aa commit 77668ffCopy full SHA for 77668ff
doc/api/module.md
@@ -1218,7 +1218,7 @@ opt-in to using the non-default behavior:
1218
import { readFile } from 'node:fs/promises';
1219
1220
// Asynchronous version accepted by module.register(). This fix is not needed
1221
-// for the synchronous version accepted by module.registerSync().
+// for the synchronous version accepted by module.registerHooks().
1222
export async function load(url, context, nextLoad) {
1223
const result = await nextLoad(url, context);
1224
if (result.format === 'commonjs') {
0 commit comments