From 258e9862840f9d45709664e0e5b2a18540d8828d Mon Sep 17 00:00:00 2001 From: Carl Danley Date: Mon, 22 Jul 2013 11:01:00 -0400 Subject: docs(*): fixed typos and ngdoc parameter names --- src/ng/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/http.js') diff --git a/src/ng/http.js b/src/ng/http.js index 2aedeacb..b1344ec3 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -155,7 +155,7 @@ function $HttpProvider() { /** * Response interceptors go before "around" interceptors (no real reason, just - * had to pick one.) But they are already revesed, so we can't use unshift, hence + * had to pick one.) But they are already reversed, so we can't use unshift, hence * the splice. */ reversedInterceptors.splice(index, 0, { -- cgit v1.2.3