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