Fix typos in doc-comments.

This commit is contained in:
Marc Jansen
2015-04-02 09:45:25 +02:00
parent 17ea9ecef5
commit 245aec8eba

View File

@@ -1,9 +1,9 @@
/**
* This tasks instruments our source code with istanbul, runs the test suite
* on the instrumented source and collects the coverage data. It the creates
* This task instruments our source code with istanbul, runs the test suite
* on the instrumented source and collects the coverage data. It then creates
* test coverage reports.
*
* TODO this can be improved in style. We should possibly rewrite it and use
* TODO This can be improved in style. We should possibly rewrite it and use
* async.waterfall.
*/