aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Heiner2014-03-13 19:41:19 -0400
committerVojta Jina2014-03-14 11:50:48 -0700
commit7cbf61cabb4f2072a1d29c88f018e4db1a7af43f (patch)
treef9391d7a9ff2a40d0fba6e33a832a9640c7c17ec
parentdfdb72559f4a4384f1f47196d224e929f759256f (diff)
downloadangular.js-7cbf61cabb4f2072a1d29c88f018e4db1a7af43f.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.)
*/
/**