From b2ee1afb2ee94b7ab3d6664308a829966dc6d045 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 2e492acc1c4857..803af0d13dbac9 100644 --- a/doc/api/console.md +++ b/doc/api/console.md @@ -433,7 +433,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