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 24, 2020
1 parent d0c0e20 commit 066bdec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/esm.md
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 066bdec

Please sign in to comment.