From 907b12550923de100098a2cd6520586745456226 Mon Sep 17 00:00:00 2001 From: Lambdac0re Date: Tue, 8 May 2018 14:50:03 +0200 Subject: [PATCH] doc: count's signature should match countReset --- doc/api/console.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/console.md b/doc/api/console.md index bc8c8f01d658eb..5ef55e63da27c6 100644 --- a/doc/api/console.md +++ b/doc/api/console.md @@ -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'])