aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Heiner2014-03-13 19:41:19 -0400
committerBrian Ford2014-03-13 16:52:59 -0700
commit79592ce9e2204e09559d9b67fd460fcaec1b2fea (patch)
tree26c0de7316c292e8ffe41e953f3f07bbecd5053d
parenta9a38d84b93f5c3c595d9e2b16eab1b400023919 (diff)
downloadangular.js-79592ce9e2204e09559d9b67fd460fcaec1b2fea.tar.bz2
docs(ngMock): grammar nitpick.
-rw-r--r--src/ngMock/angular-mocks.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngMock/angular-mocks.js b/src/ngMock/angular-mocks.js
index 6a60d9bb..67decace 100644
--- a/src/ngMock/angular-mocks.js
+++ b/src/ngMock/angular-mocks.js
@@ -1821,8 +1821,8 @@ angular.module('ngMockE2E', ['ng']).config(['$provide', function($provide) {
* an array containing response status (number), response data (string) and response headers
* (Object).
* - passThrough – `{function()}` – Any request matching a backend definition with `passThrough`
- * handler, will be pass through to the real backend (an XHR request will be made to the
- * server.
+ * handler will be passed through to the real backend (an XHR request will be made to the
+ * server.)
*/
/**