summaryrefslogtreecommitdiff
path: root/doc/api/console.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/console.md')
-rw-r--r--doc/api/console.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/console.md b/doc/api/console.md
index 9ccdad9998..8a9ca1ac86 100644
--- a/doc/api/console.md
+++ b/doc/api/console.md
@@ -216,7 +216,7 @@ undefined
>
```
-### console.countReset([label = 'default'])
+### console.countReset([label='default'])
<!-- YAML
added: v8.3.0
-->
@@ -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.