From 7b04c9599b22f430f9177425901e6d92cb98b608 Mon Sep 17 00:00:00 2001 From: Nabil Hashmi Date: Sun, 28 Feb 2016 13:32:53 -0500 Subject: [PATCH] docs: fix typo in $http docs 'Arguments' section The details describing the `transformResponse` property of the `config` param for `$http` included a link with a typo: "See Overriding the Default TransformationjqLiks" instead of "See Overriding the Default Transformations". This commit fixes that typo. --- 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 26cf37792c1d..4360ac2675ce 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -814,7 +814,7 @@ function $HttpProvider() { * transform function or an array of such functions. The transform function takes the http * response body, headers and status and returns its transformed (typically deserialized) version. * See {@link ng.$http#overriding-the-default-transformations-per-request - * Overriding the Default TransformationjqLiks} + * Overriding the Default Transformations} * - **paramSerializer** - `{string|function(Object):string}` - A function used to * prepare the string representation of request parameters (specified as an object). * If specified as string, it is interpreted as function registered with the