docs($httpBackend): fix a typo

Fix comment typo
(#14576)
This commit is contained in:
Anthony Trimble
2016-05-10 03:15:35 -07:00
committed by Martin Staffa
parent 824ce30041
commit 3b714740fd
+1 -1
View File
@@ -2370,7 +2370,7 @@ angular.module('ngMockE2E', ['ng']).config(['$provide', function($provide) {
* phones.push(phone);
* return [200, phone, {}];
* });
* $httpBackend.whenGET(/^\/templates\//).passThrough(); // Requests for templare are handled by the real server
* $httpBackend.whenGET(/^\/templates\//).passThrough(); // Requests for templates are handled by the real server
* //...
* });
* ```