From 5656eb3c0b24cf58b7b328e47dd1ce6130758b90 Mon Sep 17 00:00:00 2001 From: "z.ky" Date: Fri, 15 Apr 2016 18:23:03 +0100 Subject: [PATCH] docs($http): fix typo Fix a typo in the $http API Reference --- src/ng/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/http.js b/src/ng/http.js index dbfb10b28..aa8e229e7 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -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`. *