From bbea3f21ff7ca28b16336206b39f390455d5ef33 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 22 Mar 2020 09:43:17 -0700 Subject: [PATCH] doc: improve wording in esm.md Simplify complex sentence. Remove use of "straightforward". PR-URL: https://github.com/nodejs/node/pull/32427 Reviewed-By: Anna Henningsen Reviewed-By: Luigi Pinca Reviewed-By: Gus Caplan Reviewed-By: James M Snell 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 a6c579466da200..f8fdc0c011bca2 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -620,8 +620,8 @@ stateless): ##### Approach #2: Isolate State -The most straightforward `package.json` would be one that defines the separate -CommonJS and ES module entry points directly: +A `package.json` file can define the separate CommonJS and ES module entry +points directly: ```js