Skip to content

Commit b94125a

Browse files
brent-morrowIgorMinar
authored andcommitted
docs(angular-mocks): fix wording
1 parent 3f34319 commit b94125a

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
@@ -653,10 +653,10 @@ angular.mock.dump = function(object) {
653653
* @ngdoc object
654654
* @name ngMock.$httpBackend
655655
* @description
656-
* Fake HTTP backend implementation suitable for unit testing application that use the
656+
* Fake HTTP backend implementation suitable for unit testing applications that use the
657657
* {@link ng.$http $http service}.
658658
*
659-
* *Note*: For fake http backend implementation suitable for end-to-end testing or backend-less
659+
* *Note*: For fake HTTP backend implementation suitable for end-to-end testing or backend-less
660660
* development please see {@link ngMockE2E.$httpBackend e2e $httpBackend mock}.
661661
*
662662
* During unit testing, we want our unit tests to run quickly and have no external dependencies so

0 commit comments

Comments
 (0)