Skip to content

Commit fd3bb5c

Browse files
committed
doc: add link to cjs
1 parent 1d53d36 commit fd3bb5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/esm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ fs.readFileSync === readFileSync;
336336

337337
[Dynamic `import()`][] provides an asynchronous way to import modules.
338338

339-
This makes it a common method for loading ES modules from a CommonJS context.
339+
This makes it a common method for loading ES modules from a [CommonJS][] context.
340340
It is supported in both CommonJS and ES modules and can load both module types.
341341

342342
Note, however, that [Dynamic `import()`][] is not the only way to load an ES module in a CommonJS module.

0 commit comments

Comments
 (0)