Skip to content

Commit fad07d5

Browse files
kamagatosdanielleadams
authored andcommitted
doc: fix typo in esm documentation
PR-URL: #36800 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Pooja D P <[email protected]>
1 parent baa8064 commit fad07d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/esm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ compatibility.
316316
The CommonJS module `require` always treats the files it references as CommonJS.
317317
318318
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
319+
asynchronous execution. Instead, use [`import()`][] to load an ES module
320320
from a CommonJS module.
321321
322322
### CommonJS Namespaces

0 commit comments

Comments
 (0)