From cadc74d92d36201c75c00c64d215cde361862dcc Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Sun, 1 Jul 2018 21:50:49 +0300 Subject: [PATCH] doc: fix heading level in errors.md PR-URL: https://github.com/nodejs/node/pull/21618 Reviewed-By: Luigi Pinca 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 738abdb3597550..6a075b83b8a11a 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -457,7 +457,7 @@ added properties. ### Class: SystemError -### error.info +#### error.info `SystemError` instances may have an additional `info` property whose value is an object with additional details about the error conditions.