From c533701e4c633f43cd53d76c5b09ebe27d1a1ca5 Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Mon, 11 May 2026 15:30:58 +0200 Subject: [PATCH] doc: reference correct function in Module docs Signed-off-by: Robin Malfait --- 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 7f47ab0b55e109..5ab07802e0588f 100644 --- a/doc/api/module.md +++ b/doc/api/module.md @@ -1020,7 +1020,7 @@ function load(url, context, nextLoad) { }; } -registerHooks({ resolve }); +registerHooks({ load }); ``` In a more advanced scenario, this can also be used to transform an unsupported