From eae848a712533483a223d49decd12be7ef4243bd Mon Sep 17 00:00:00 2001 From: leticialozano Date: Fri, 19 Dec 2014 15:45:03 -0800 Subject: [PATCH] docs($http): fix typo Closes #10534 --- src/ng/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/http.js b/src/ng/http.js index 02ff5f2b..556ecba8 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -381,7 +381,7 @@ function $HttpProvider() { * * Both requests and responses can be transformed using transformation functions: `transformRequest` * and `transformResponse`. These properties can be a single function that returns - * the transformed value (`{function(data, headersGetter, status)`) or an array of such transformation functions, + * the transformed value (`function(data, headersGetter, status)`) or an array of such transformation functions, * which allows you to `push` or `unshift` a new transformation function into the transformation chain. * * ### Default Transformations