diff options
| author | Pascal Borreli | 2013-03-21 19:09:47 +0000 |
|---|---|---|
| committer | Pawel Kozlowski | 2013-03-29 23:14:55 +0100 |
| commit | 9480136d9f062ec4b8df0a35914b48c0d61e0002 (patch) | |
| tree | 5d345c7be4f20b4ad688ede7ed6be4147a91cb45 /src/ngScenario | |
| parent | 4ae46814ff4e7c0bbcdbbefc0a97277283a84065 (diff) | |
| download | angular.js-9480136d9f062ec4b8df0a35914b48c0d61e0002.tar.bz2 | |
docs(*): fixed typos
Diffstat (limited to 'src/ngScenario')
| -rw-r--r-- | src/ngScenario/Scenario.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngScenario/Scenario.js b/src/ngScenario/Scenario.js index 1f10fc21..1ed9d119 100644 --- a/src/ngScenario/Scenario.js +++ b/src/ngScenario/Scenario.js @@ -145,7 +145,7 @@ angular.scenario.setUpAndRun = function(config) { /** * Iterates through list with iterator function that must call the - * continueFunction to continute iterating. + * continueFunction to continue iterating. * * @param {Array} list list to iterate over * @param {function()} iterator Callback function(value, continueFunction) |
