From c89eaad7900db063503b1f3c44183cf5d13494d6 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Sun, 21 Oct 2018 23:29:45 +0300 Subject: [PATCH] doc: add missing YAML labels --- doc/api/cli.md | 2 +- doc/api/deprecations.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -