From 08a97cc27cdc83c33dd7c4a27fde694c7e3633e8 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 --- 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 a6c579466da200..10c8f01d83ee9b 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -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