Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonahss committed Jun 30, 2016
1 parent 7deed62 commit 0b6d2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function (grunt) {
*
* @constructor
* @param {Object} properties - Configuration options.
* @param {String} framework - The unit test framework's name. Can be 'yasmine', 'qunit',
* @param {String} framework - The unit test framework's name. Can be 'jasmine', 'qunit',
* 'YUI Test', 'mocha' or 'custom'.
* @param {Function} onProgress - Progress handler.
*/
Expand Down

0 comments on commit 0b6d2a9

Please sign in to comment.