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