Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit aec25f1

Browse files
nhashmigkalpak
authored andcommitted
docs($http): fix typo in link text (TransformationjqLiks --> Transformations)
Closes #14149
1 parent f87e828 commit aec25f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ function $HttpProvider() {
814814
* transform function or an array of such functions. The transform function takes the http
815815
* response body, headers and status and returns its transformed (typically deserialized) version.
816816
* See {@link ng.$http#overriding-the-default-transformations-per-request
817-
* Overriding the Default TransformationjqLiks}
817+
* Overriding the Default Transformations}
818818
* - **paramSerializer** - `{string|function(Object<string,string>):string}` - A function used to
819819
* prepare the string representation of request parameters (specified as an object).
820820
* If specified as string, it is interpreted as function registered with the

0 commit comments

Comments
 (0)