Skip to content

Commit 242fc92

Browse files
committed
fix typo
1 parent bb11d04 commit 242fc92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The project uses [Mocha](https://mochajs.org/) to run your unit tests, it uses [
115115

116116
To run the tests in the project, just simply run `npm test` if you have `Chrome` installed, it will be automatically launched as a test service for you.
117117

118-
To keep watching your test suites that you are working, just set `singleRun: false` in the `karma.conf.js` file. Please be sure set it to `true` if you are running `npm test` on a continuous integration server (travis-ci, etc).
118+
To keep watching your test suites that you are working on, just set `singleRun: false` in the `karma.conf.js` file. Please be sure set it to `true` if you are running `npm test` on a continuous integration server (travis-ci, etc).
119119

120120
## The Future
121121

0 commit comments

Comments
 (0)