Skip to content

Commit 9f319a7

Browse files
RobinMalfaitaduh95
authored andcommitted
doc: reference correct function in Module docs
Signed-off-by: Robin Malfait <malfait.robin@gmail.com> PR-URL: #63247 Reviewed-By: René <contact.9a5d6388@renegade334.me.uk> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent cdcefd7 commit 9f319a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ function load(url, context, nextLoad) {
10101010
};
10111011
}
10121012

1013-
registerHooks({ resolve });
1013+
registerHooks({ load });
10141014
```
10151015
10161016
In a more advanced scenario, this can also be used to transform an unsupported

0 commit comments

Comments
 (0)