From bb7d24e56c595dfe0e4928ae0517a3c9d206ffd5 Mon Sep 17 00:00:00 2001 From: Samuel Rats Date: Fri, 6 Jun 2014 16:43:17 +0200 Subject: [PATCH] Typo in $http config documentation Request Type: docs How to reproduce: Component(s): $http Impact: small Complexity: small This issue is related to: Detailed Description: Typo in the doc (double "to") Other Comments: --- 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 f07ae847ac70..738d1cd12cfc 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -480,7 +480,7 @@ function $HttpProvider() { * caching. * - **timeout** – `{number|Promise}` – timeout in milliseconds, or {@link ng.$q promise} * that should abort the request when resolved. - * - **withCredentials** - `{boolean}` - whether to to set the `withCredentials` flag on the + * - **withCredentials** - `{boolean}` - whether to set the `withCredentials` flag on the * XHR object. See [requests with credentials]https://developer.mozilla.org/en/http_access_control#section_5 * for more information. * - **responseType** - `{string}` - see