Merge pull request #27539 from Pachwenko/master

fixed typo in CONTRIBUTING.md
This commit is contained in:
Daniel Rosenwasser
2018-10-03 22:07:24 -07:00
committed by GitHub

View File

@@ -104,7 +104,7 @@ To run all tests, invoke the `runtests-parallel` target using jake:
jake runtests-parallel
```
This run will all tests; to run only a specific subset of tests, use:
This will run all tests; to run only a specific subset of tests, use:
```Shell
jake runtests tests=<regex>