Skip to content

Commit 0ff9908

Browse files
kwalrathmhevery
authored andcommitted
DEVELOPER.md copyedit
Closes angular#1275
1 parent 6f4b678 commit 0ff9908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEVELOPER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ You can run just the unit tests as follows:
160160
* `$(npm bin)/gulp test.unit.cjs`: JS tests in NodeJS; runs in **watch mode**.
161161
* `$(npm bin)/gulp test.unit.dart`: Dart tests in Dartium; runs in **watch mode**.
162162

163-
If you prefer running tests in "single-run" mode rather than watch mode, run:
163+
If you prefer running tests in "single-run" mode rather than watch mode use:
164164

165165
* `$(npm bin)/gulp test.unit.js/ci`
166166
* `$(npm bin)/gulp test.unit.cjs/ci`
@@ -172,7 +172,7 @@ much easier to debug. `xit` and `xdescribe` can also be useful to exclude a test
172172
tests respectively.
173173

174174
**Note for transpiler tests**: The karma preprocessor is setup in a way so that after every test
175-
run the transpiler is reloaded. Therefore it is possible to make changes to the preprocessor and
175+
run the transpiler is reloaded. With that it is possible to make changes to the preprocessor and
176176
run the tests without exiting karma (just touch a test file that you would like to run).
177177

178178
### E2e tests

0 commit comments

Comments
 (0)