Skip to content

Commit

Permalink
doc: improve wording in esm.md
Browse files Browse the repository at this point in the history
Simplify complex sentence. Remove use of "straightforward".

PR-URL: nodejs#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>
  • Loading branch information
Trott committed Mar 24, 2020
1 parent f467b9b commit 43922a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<!-- eslint-skip -->
```js
Expand Down

0 comments on commit 43922a5

Please sign in to comment.