Skip to content

Commit d8e17bf

Browse files
TrottMylesBorins
authored andcommittedApr 3, 2020
doc: improve wording in esm.md
Simplify complex sentence. Remove use of "straightforward". Backport-PR-URL: #32610 PR-URL: #32427 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 8b96134 commit d8e17bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doc/api/esm.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -637,8 +637,8 @@ stateless):
637637

638638
##### Approach #2: Isolate State
639639

640-
The most straightforward `package.json` would be one that defines the separate
641-
CommonJS and ES module entry points directly:
640+
A `package.json` file can define the separate CommonJS and ES module entry
641+
points directly:
642642

643643
<!-- eslint-skip -->
644644
```js

0 commit comments

Comments
 (0)
Please sign in to comment.