diff --git a/doc/api/cli.md b/doc/api/cli.md index a99190c0b47170..06270219db01b0 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -156,7 +156,7 @@ and profile Node.js instances. The tools attach to Node.js instances via a tcp port and communicate using the [Chrome DevTools Protocol][]. ### `--loader=file` - diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 33e98c4cd4404d..236d54a088efbc 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2235,7 +2235,7 @@ It will become an error in future versions of Node.js. ### DEP0119: process.binding('uv').errname() private API -