Skip to content

Commit

Permalink
doc: fix lint warning in doc/api/esm.md
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Lau <[email protected]>

Backport-PR-URL: #32610
PR-URL: #32462
Refs: #31479
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Beth Griggs <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
  • Loading branch information
richardlau authored and MylesBorins committed Apr 3, 2020
1 parent d8e17bf commit 61f44c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -934,8 +934,8 @@ It is also possible to

### `import()` expressions

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

## CommonJS, JSON, and Native Modules

Expand Down

0 comments on commit 61f44c9

Please sign in to comment.