Skip to content

Commit 174f8c3

Browse files
Fixups.
1 parent e2c858f commit 174f8c3

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ Your pull request should:
3333
* To avoid line ending issues, set `autocrlf = input` and `whitespace = cr-at-eol` in your git configuration
3434

3535
## Running the Tests
36-
To run all tests, invoke the runtests target using jake:
36+
37+
To run all tests, invoke the `runtests` target using jake:
3738

3839
```Shell
3940
jake runtests
@@ -59,7 +60,7 @@ jake runtests tests=2dArrays
5960

6061
## Debugging the tests
6162

62-
To debug the tests, invoke the runtests-browser using jake.
63+
To debug the tests, invoke the `runtests-browser` task from jake.
6364
You will probably only want to debug one test at a time:
6465

6566
```Shell
@@ -80,7 +81,7 @@ jake runtests tests=2dArrays debug=true
8081

8182
## Adding a Test
8283

83-
To add a new testcase, simply place a `.ts` file in `tests\cases\compiler` containing code that exemplifies the bugfix or change you are making.
84+
To add a new test case, simply place a `.ts` file in `tests\cases\compiler` containing code that exemplifies the bugfix or change you are making.
8485

8586
These files support metadata tags in the format `// @metaDataName: value`. The supported names and values are:
8687

0 commit comments

Comments
 (0)