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`. *