Skip to content
Permalink
Browse files

docs($http): fix typo

Closes #10534
  • Loading branch information
leticialozano authored and pkozlowski-opensource committed Dec 19, 2014
1 parent 47a55ca commit eae848a712533483a223d49decd12be7ef4243bd
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/ng/http.js
@@ -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

0 comments on commit eae848a

Please sign in to comment.
You can’t perform that action at this time.