From cf44abbbfeae02505f2afe629f6cee325ef73e86 Mon Sep 17 00:00:00 2001 From: Lambdac0re Date: Tue, 8 May 2018 14:50:03 +0200 Subject: [PATCH] doc: match console.count()/countReset() signatures PR-URL: https://github.com/nodejs/node/pull/20599 Reviewed-By: Vse Mozhet Byt Reviewed-By: Trivikram Kamat Reviewed-By: Colin Ihrig --- 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 bc8c8f01d65..5ef55e63da2 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'])