aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngScenario/SpecRunner.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ngScenario/SpecRunner.js')
-rw-r--r--src/ngScenario/SpecRunner.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngScenario/SpecRunner.js b/src/ngScenario/SpecRunner.js
index 23cc1dc7..d15912d9 100644
--- a/src/ngScenario/SpecRunner.js
+++ b/src/ngScenario/SpecRunner.js
@@ -18,7 +18,7 @@ angular.scenario.SpecRunner = function() {
* based on the describe nesting.
*
* @param {Object} spec A spec object
- * @param {function()} specDone function that is called when the spec finshes. Function(error, index)
+ * @param {function()} specDone function that is called when the spec finishes. Function(error, index)
*/
angular.scenario.SpecRunner.prototype.run = function(spec, specDone) {
var self = this;