Skip to content

Commit d8e17bf

Browse files
TrottMylesBorins
authored andcommitted
doc: improve wording in esm.md
Simplify complex sentence. Remove use of "straightforward". Backport-PR-URL: #32610 PR-URL: #32427 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
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

Lines changed: 2 additions & 2 deletions
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)