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: #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>
  • Loading branch information
richardlau authored and MylesBorins committed Mar 25, 2020
1 parent 07e4131 commit 99a7636
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 @@ -917,8 +917,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 99a7636

Please sign in to comment.