diff --git a/doc/api/esm.md b/doc/api/esm.md index 13eae3a63d1f55..f2b1c0c6c398ee 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -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