From 2308be06b3ed62e332bb6d8f5757752cfd1c5b97 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 15 Sep 2020 15:11:30 -0700 Subject: [PATCH] doc: fix header level for error code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/35219 Reviewed-By: Daijiro Wachi Reviewed-By: Michaƫl Zasso Reviewed-By: Trivikram Kamat --- doc/api/errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index 1dfc424e2a965e..40452480782363 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -920,7 +920,7 @@ A `Promise` that was callbackified via `util.callbackify()` was rejected with a falsy value. -#### `ERR_FEATURE_UNAVAILABLE_ON_PLATFORM` +### `ERR_FEATURE_UNAVAILABLE_ON_PLATFORM`