From 61f44c94aec18527de1bd64f4a7437065cd0b991 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Tue, 24 Mar 2020 13:17:05 -0400 Subject: [PATCH] doc: fix lint warning in doc/api/esm.md Signed-off-by: Richard Lau Backport-PR-URL: https://github.com/nodejs/node/pull/32610 PR-URL: https://github.com/nodejs/node/pull/32462 Refs: https://github.com/nodejs/node/pull/31479 Reviewed-By: Luigi Pinca Reviewed-By: Beth Griggs Reviewed-By: Trivikram Kamat --- doc/api/esm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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