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 <riclau@uk.ibm.com>

PR-URL: nodejs#32462
Refs: nodejs#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>
  • Loading branch information
richardlau authored and MylesBorins committed Apr 3, 2020
1 parent ef27b5a commit 5c7c915
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 5c7c915

Please sign in to comment.