From 258e9862840f9d45709664e0e5b2a18540d8828d Mon Sep 17 00:00:00 2001 From: Carl Danley Date: Mon, 22 Jul 2013 11:01:00 -0400 Subject: docs(*): fixed typos and ngdoc parameter names --- src/ngScenario/Describe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ngScenario/Describe.js') 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({ -- cgit v1.2.3