diff --git a/doc/changelogs/CHANGELOG_V11.md b/doc/changelogs/CHANGELOG_V11.md index 1b2593e3a82351..167a19f69aa720 100644 --- a/doc/changelogs/CHANGELOG_V11.md +++ b/doc/changelogs/CHANGELOG_V11.md @@ -72,7 +72,7 @@ A fix for the following CVE is included in this release: * **perf_hooks** * Implemented a histogram based API. [#25378](https://github.com/nodejs/node/pull/25378) * **process** - * Exposed `process.features.inspector`. [#25819](https://github.com/nodejs/node/pull/25378) + * Exposed `process.features.inspector`. [#25819](https://github.com/nodejs/node/pull/25819) * **repl** * Added `repl.setupHistory` for programmatic repl. [#25895](https://github.com/nodejs/node/pull/25895) * **tls**