aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBrent Morrow2013-04-08 22:25:59 -0700
committerIgor Minar2013-04-11 13:51:40 -0700
commite142687bcb2dad9cd361e0e7239ca5f77b2bfcf9 (patch)
treed5461d6c3e886b79dceb552a18b6429ffae8ff6d /src
parent16bfb7eea0dfd3ef11dc5ee04872cce108275bf0 (diff)
downloadangular.js-e142687bcb2dad9cd361e0e7239ca5f77b2bfcf9.tar.bz2
docs(angular-mocks): fix wording
Diffstat (limited to 'src')
-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 1f96c1e5..94f099a6 100644
--- a/src/ngMock/angular-mocks.js
+++ b/src/ngMock/angular-mocks.js
@@ -709,10 +709,10 @@ angular.mock.dump = function(object) {
* @ngdoc object
* @name ngMock.$httpBackend
* @description
- * Fake HTTP backend implementation suitable for unit testing application that use the
+ * Fake HTTP backend implementation suitable for unit testing applications that use the
* {@link ng.$http $http service}.
*
- * *Note*: For fake http backend implementation suitable for end-to-end testing or backend-less
+ * *Note*: For fake HTTP backend implementation suitable for end-to-end testing or backend-less
* development please see {@link ngMockE2E.$httpBackend e2e $httpBackend mock}.
*
* During unit testing, we want our unit tests to run quickly and have no external dependencies so