Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 3b71474

Browse files
red2678Narretz
authored andcommitted
docs($httpBackend): fix a typo
Fix comment typo (#14576)
1 parent 824ce30 commit 3b71474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngMock/angular-mocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2370,7 +2370,7 @@ angular.module('ngMockE2E', ['ng']).config(['$provide', function($provide) {
23702370
* phones.push(phone);
23712371
* return [200, phone, {}];
23722372
* });
2373-
* $httpBackend.whenGET(/^\/templates\//).passThrough(); // Requests for templare are handled by the real server
2373+
* $httpBackend.whenGET(/^\/templates\//).passThrough(); // Requests for templates are handled by the real server
23742374
* //...
23752375
* });
23762376
* ```

0 commit comments

Comments
 (0)