mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(angular-mocks): fix wording
This commit is contained in:
parent
16bfb7eea0
commit
e142687bcb
1 changed files with 2 additions and 2 deletions
4
src/ngMock/angular-mocks.js
vendored
4
src/ngMock/angular-mocks.js
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue