Skip to content

Commit 4b9cdfc

Browse files
RobinMalfaitaduh95
authored andcommitted
doc: reference correct function in Module docs
Signed-off-by: Robin Malfait <[email protected]> PR-URL: #63247 Reviewed-By: René <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent a072a25 commit 4b9cdfc

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
@@ -1041,7 +1041,7 @@ function load(url, context, nextLoad) {
10411041
};
10421042
}
10431043

1044-
registerHooks({ resolve });
1044+
registerHooks({ load });
10451045
```
10461046
10471047
In a more advanced scenario, this can also be used to transform an unsupported

0 commit comments

Comments
 (0)