diff options
| author | Brent Morrow | 2013-04-08 22:25:59 -0700 |
|---|---|---|
| committer | Igor Minar | 2013-04-11 13:52:02 -0700 |
| commit | b94125ac149d1ff9e92ced80a738b78894b041a9 (patch) | |
| tree | 0d061fdc4a53e26b06cd020fb55b126bbab593fd /src/ngMock/angular-mocks.js | |
| parent | 3f34319398e8cc765d50606b0bb7c2ce650d14dd (diff) | |
| download | angular.js-b94125ac149d1ff9e92ced80a738b78894b041a9.tar.bz2 | |
docs(angular-mocks): fix wording
Diffstat (limited to 'src/ngMock/angular-mocks.js')
| -rw-r--r-- | src/ngMock/angular-mocks.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngMock/angular-mocks.js b/src/ngMock/angular-mocks.js index 2aadf1dc..53db2e5b 100644 --- a/src/ngMock/angular-mocks.js +++ b/src/ngMock/angular-mocks.js @@ -653,10 +653,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 |
