From 0f4aa942859d9aeaaa55d6502ca6fa4b34fda6c4 Mon Sep 17 00:00:00 2001 From: Georgios Kalpakas Date: Mon, 29 Sep 2014 02:04:10 +0300 Subject: [PATCH] test($http): fix typo in $httpSpec --- test/ng/httpSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ng/httpSpec.js b/test/ng/httpSpec.js index c2ad25f0ce82..c26c84334eca 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);