Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e142687

Browse files
brent-morrowIgorMinar
authored andcommitted
docs(angular-mocks): fix wording
1 parent 16bfb7e commit e142687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ngMock/angular-mocks.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,10 +709,10 @@ angular.mock.dump = function(object) {
709709
* @ngdoc object
710710
* @name ngMock.$httpBackend
711711
* @description
712-
* Fake HTTP backend implementation suitable for unit testing application that use the
712+
* Fake HTTP backend implementation suitable for unit testing applications that use the
713713
* {@link ng.$http $http service}.
714714
*
715-
* *Note*: For fake http backend implementation suitable for end-to-end testing or backend-less
715+
* *Note*: For fake HTTP backend implementation suitable for end-to-end testing or backend-less
716716
* development please see {@link ngMockE2E.$httpBackend e2e $httpBackend mock}.
717717
*
718718
* During unit testing, we want our unit tests to run quickly and have no external dependencies so

0 commit comments

Comments
 (0)