diff --git a/doc/api/esm.md b/doc/api/esm.md index ba78d9e6ef1e82..13eae3a63d1f55 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -637,8 +637,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