From d13340d1bf41f4fc6fd3d5ab005a2f088c3f7c14 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 --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index f339a20e31bddb..dbe4fdcf35ac4f 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