Skip to content

Commit ae139eb

Browse files
authored
doc: reference correct function in Module docs
1 parent 20e6a54 commit ae139eb

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
@@ -1020,7 +1020,7 @@ function load(url, context, nextLoad) {
10201020
};
10211021
}
10221022

1023-
registerHooks({ resolve });
1023+
registerHooks({ load });
10241024
```
10251025
10261026
In a more advanced scenario, this can also be used to transform an unsupported

0 commit comments

Comments
 (0)