From d1004d26e4ac5b631cedc89c1baf470298a1909f Mon Sep 17 00:00:00 2001 From: raisinten Date: Mon, 26 Oct 2020 16:05:56 +0530 Subject: [PATCH] doc: fix typo in BUILDING.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/35807 Reviewed-By: Richard Lau Reviewed-By: Daijiro Wachi Reviewed-By: Rich Trott Reviewed-By: Jiawen Geng Reviewed-By: Antoine du Hamel Reviewed-By: Gireesh Punathil Reviewed-By: Juan José Arboleda Reviewed-By: Luigi Pinca --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 2f2e97de2a5a9e..b174ee4e80e163 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -399,7 +399,7 @@ to execute JavaScript tests independently of the C++ test suite: $ make coverage-run-js ``` -If you are updating tests and want to collect coverrage for a single test file +If you are updating tests and want to collect coverage for a single test file (e.g. `test/parallel/test-stream2-transform.js`): ```text