Skip to content

Commit

Permalink
doc: fix json generator warnings
Browse files Browse the repository at this point in the history
- Fix `console.countReset()` signature
- Fix `console.group()` arguments list

PR-URL: #16742
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
lpinca authored and MylesBorins committed Nov 16, 2017
1 parent 33f2fff commit f2a9c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/console.md
Expand Up @@ -216,7 +216,7 @@ undefined
>
```

### console.countReset([label = 'default'])
### console.countReset([label='default'])
<!-- YAML
added: v8.3.0
-->
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit f2a9c02

Please sign in to comment.