From 0e887caf32befd898973acf7048cf73926149f0c Mon Sep 17 00:00:00 2001 From: marsonya Date: Mon, 8 Feb 2021 21:48:42 +0530 Subject: [PATCH] doc: fix typo in console.md PR-URL: https://github.com/nodejs/node/pull/37279 Reviewed-By: Antoine du Hamel Reviewed-By: Darshan Sen Reviewed-By: Filip Skokan Reviewed-By: Rich Trott Reviewed-By: Zijian Liu --- 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 8ede89bcfc376c..9f7581716340c3 100644 --- a/doc/api/console.md +++ b/doc/api/console.md @@ -435,7 +435,7 @@ added: v0.1.104 changes: - version: v13.0.0 pr-url: https://github.com/nodejs/node/pull/29251 - description: The elapsed time is diplayed with a suitable time unit. + description: The elapsed time is displayed with a suitable time unit. - version: v6.0.0 pr-url: https://github.com/nodejs/node/pull/5901 description: This method no longer supports multiple calls that don’t map