Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fad07d5

Browse filesBrowse files
kamagatosdanielleadams
authored andcommitted
doc: fix typo in esm documentation
PR-URL: #36800 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Pooja D P <Pooja.D.P@ibm.com>
1 parent baa8064 commit fad07d5
Copy full SHA for fad07d5

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/esm.md‎

Copy file name to clipboardExpand all lines: doc/api/esm.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.