Skip to content

Commit 8c1a4ea

Browse files
authored
Merge branch 'main' into patch-1
2 parents d97a950 + 23e0258 commit 8c1a4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/design/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Loaders Design
22

3-
There are currently the following [loader hooks](https://github.com/nodejs/node/tree/master/doc/api/esm.html#esm_hooks):
3+
There are currently the following [loader hooks](https://github.com/nodejs/node/tree/master/doc/api/esm.html#hooks):
44

55
1. `resolve`: Takes a specifier (the string after `from` in an `import` statement) and converts it into an URL to be loaded.
66

0 commit comments

Comments
 (0)