Skip to content
Permalink
Browse files

docs($httpBackend): fix a typo

Fix comment typo
(#14576)
  • Loading branch information
red2678 authored and Narretz committed May 10, 2016
1 parent 824ce30 commit 3b714740fdc2b97c2375324ee46b222c23c06bf5
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/ngMock/angular-mocks.js
@@ -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
* //...
* });
* ```

0 comments on commit 3b71474

Please sign in to comment.
You can’t perform that action at this time.