We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095c69d commit 8f48e77Copy full SHA for 8f48e77
doc/api/esm.md
@@ -316,7 +316,7 @@ compatibility.
316
The CommonJS module `require` always treats the files it references as CommonJS.
317
318
Using `require` to load an ES module is not supported because ES modules have
319
-asynchronous execution. Instead, use use [`import()`][] to load an ES module
+asynchronous execution. Instead, use [`import()`][] to load an ES module
320
from a CommonJS module.
321
322
### CommonJS Namespaces
0 commit comments