Skip to content

Commit bbea3f2

Browse files
TrottMylesBorins
authored andcommitted
doc: improve wording in esm.md
Simplify complex sentence. Remove use of "straightforward". 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 81183ca commit bbea3f2

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
@@ -620,8 +620,8 @@ stateless):
620620

621621
##### Approach #2: Isolate State
622622

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

626626
<!-- eslint-skip -->
627627
```js

0 commit comments

Comments
 (0)