File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -894,7 +894,7 @@ angular.mock.dump = function(object) {
894
894
* When an Angular application needs some data from a server, it calls the $http service, which
895
895
* sends the request to a real server using $httpBackend service. With dependency injection, it is
896
896
* easy to inject $httpBackend mock (which has the same API as $httpBackend) and use it to verify
897
- * the requests and respond with some testing data without sending a request to real server.
897
+ * the requests and respond with some testing data without sending a request to a real server.
898
898
*
899
899
* There are two ways to specify what test data should be returned as http responses by the mock
900
900
* backend when the code under test makes http requests:
You can’t perform that action at this time.
0 commit comments