From bc826e207374bda3773f62ac5f256ac91a5c781f Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sat, 4 Nov 2017 09:53:09 +0100 Subject: [PATCH] doc: fix json generator warnings - Fix `console.countReset()` signature - Fix `console.group()` arguments list --- doc/api/console.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/console.md b/doc/api/console.md index 9ccdad99983017..8a9ca1ac8614fe 100644 --- a/doc/api/console.md +++ b/doc/api/console.md @@ -216,7 +216,7 @@ undefined > ``` -### console.countReset([label = 'default']) +### console.countReset([label='default']) @@ -293,7 +293,7 @@ values are concatenated. See [`util.format()`][] for more information. added: v8.5.0 --> -* `label` {any} +* `...label` {any} Increases indentation of subsequent lines by two spaces.