mirror of https://github.com/nodejs/node.git
doc: fix lint warning in doc/api/esm.md
Signed-off-by: Richard Lau <riclau@uk.ibm.com> PR-URL: https://github.com/nodejs/node/pull/32462 Refs: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
d0c0e20bc2
commit
066bdec643
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue