docs($http): fix typo

Closes #10534
This commit is contained in:
leticialozano
2014-12-19 15:45:03 -08:00
committed by Pawel Kozlowski
parent 47a55ca767
commit eae848a712

View File

@@ -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