diff --git a/doc/api/packages.md b/doc/api/packages.md index aaafd1adcf12ab..913828bd8a4b56 100644 --- a/doc/api/packages.md +++ b/doc/api/packages.md @@ -611,7 +611,7 @@ use in Node.js but not the browser: "import": "./feature-node.mjs", "require": "./feature-node.cjs" }, - "default": "./feature.mjs", + "default": "./feature.mjs" } } ```