docs($http): fix typo

Fix a typo in the $http API Reference
This commit is contained in:
z.ky
2016-04-15 18:23:03 +01:00
committed by Martin Staffa
parent ddac3b3348
commit 5656eb3c0b
+1 -1
View File
@@ -583,7 +583,7 @@ function $HttpProvider() {
*
* ### Overriding the Default Transformations Per Request
*
* If you wish override the request/response transformations only for a single request then provide
* If you wish to override the request/response transformations only for a single request then provide
* `transformRequest` and/or `transformResponse` properties on the configuration object passed
* into `$http`.
*