Skip to content

Commit

Permalink
doc: fix typo in BUILDING.md
Browse files Browse the repository at this point in the history
PR-URL: #35807
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
RaisinTen authored and MylesBorins committed Apr 6, 2021
1 parent 48e3f59 commit d1004d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILDING.md
Expand Up @@ -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
Expand Down

0 comments on commit d1004d2

Please sign in to comment.