Skip to content

Commit 61f44c9

Browse files
richardlauMylesBorins
authored andcommittedApr 3, 2020
doc: fix lint warning in doc/api/esm.md
Signed-off-by: Richard Lau <riclau@uk.ibm.com> Backport-PR-URL: #32610 PR-URL: #32462 Refs: #31479 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent d8e17bf commit 61f44c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doc/api/esm.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -934,8 +934,8 @@ It is also possible to
934934

935935
### `import()` expressions
936936

937-
[Dynamic `import()`][] is supported in both CommonJS and ES modules. It can be used
938-
to include ES module files from CommonJS code.
937+
[Dynamic `import()`][] is supported in both CommonJS and ES modules. It can be
938+
used to include ES module files from CommonJS code.
939939

940940
## CommonJS, JSON, and Native Modules
941941

0 commit comments

Comments
 (0)
Please sign in to comment.