diff --git a/test/ng/httpSpec.js b/test/ng/httpSpec.js index c2ad25f0ce8..c26c84334ec 100644 --- a/test/ng/httpSpec.js +++ b/test/ng/httpSpec.js @@ -1528,7 +1528,7 @@ describe('$http', function() { }); -describe('$http with $applyAapply', function() { +describe('$http with $applyAsync', function() { var $http, $httpBackend, $rootScope, $browser, log; beforeEach(module(function($httpProvider) { $httpProvider.useApplyAsync(true);