From 99805abbd2ea6c8d34f3acb8608e6f46748d0c80 Mon Sep 17 00:00:00 2001 From: leticialozano Date: Fri, 19 Dec 2014 15:45:03 -0800 Subject: [PATCH] Fix typo in docs --- 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 02ff5f2b6be5..556ecba86356 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