From 245aec8ebaa51dec11490fa69d299db3b252d836 Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Thu, 2 Apr 2015 09:45:25 +0200 Subject: [PATCH] Fix typos in doc-comments. --- tasks/test-coverage.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/test-coverage.js b/tasks/test-coverage.js index d1b2007478..5e1aab20be 100644 --- a/tasks/test-coverage.js +++ b/tasks/test-coverage.js @@ -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. */