Skip to content

Commit f2a0ecf

Browse files
committed
doc: clarify dynamic import() description by removing redundancy
1 parent 986e8d3 commit f2a0ecf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/api/esm.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,7 @@ fs.readFileSync === readFileSync;
334334

335335
## `import()` expressions
336336

337-
[Dynamic `import()`][] provides a dynamic and asynchronous way to import modules,
338-
unlike the static `import from` statement.
337+
[Dynamic `import()`][] provides an asynchronous way to import modules.
339338

340339
This makes it a common method for loading ES modules from a CommonJS context.
341340
It is supported in both CommonJS and ES modules and can load both module types.

0 commit comments

Comments
 (0)