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

Commit eae848a

Browse files
docs($http): fix typo
Closes #10534
1 parent 47a55ca commit eae848a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/http.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ function $HttpProvider() {
381381
*
382382
* Both requests and responses can be transformed using transformation functions: `transformRequest`
383383
* and `transformResponse`. These properties can be a single function that returns
384-
* the transformed value (`{function(data, headersGetter, status)`) or an array of such transformation functions,
384+
* the transformed value (`function(data, headersGetter, status)`) or an array of such transformation functions,
385385
* which allows you to `push` or `unshift` a new transformation function into the transformation chain.
386386
*
387387
* ### Default Transformations

0 commit comments

Comments
 (0)