diff options
| author | Carl Danley | 2013-07-22 11:01:00 -0400 | 
|---|---|---|
| committer | Pawel Kozlowski | 2013-07-27 20:53:41 +0200 | 
| commit | 258e9862840f9d45709664e0e5b2a18540d8828d (patch) | |
| tree | 17386e8499d4103b83e903b437cda808a82579ff /src/ngScenario/Describe.js | |
| parent | 1bc99eca08bef4aceb49d4fee7ef9e291f60ff3b (diff) | |
| download | angular.js-258e9862840f9d45709664e0e5b2a18540d8828d.tar.bz2 | |
docs(*): fixed typos and ngdoc parameter names
Diffstat (limited to 'src/ngScenario/Describe.js')
| -rw-r--r-- | src/ngScenario/Describe.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ngScenario/Describe.js b/src/ngScenario/Describe.js index 4d52e9d5..77e28a8b 100644 --- a/src/ngScenario/Describe.js +++ b/src/ngScenario/Describe.js @@ -94,7 +94,7 @@ angular.scenario.Describe.prototype.xdescribe = angular.noop;   * Defines a test.   *   * @param {string} name Name of the test. - * @param {function()} vody Body of the block. + * @param {function()} body Body of the block.   */  angular.scenario.Describe.prototype.it = function(name, body) {    this.its.push({ | 
