Skip to content

Commit

Permalink
doc: match console.count()/countReset() signatures
Browse files Browse the repository at this point in the history
PR-URL: #20599
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
Lambdac0re authored and vsemozhetbyt committed May 8, 2018
1 parent 870ae72 commit cf44abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ operates similarly to the `clear` shell command. On Windows, `console.clear()`
will clear only the output in the current terminal viewport for the Node.js
binary.

### console.count([label])
### console.count([label='default'])
<!-- YAML
added: v8.3.0
-->
Expand Down

0 comments on commit cf44abb

Please sign in to comment.