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