docs($http): remove duplicate 'to' in withCredentials description

Typo in $http config documentation

Closes #7731
This commit is contained in:
Samuel Rats
2014-06-06 16:43:17 +02:00
committed by Caitlin Potter
parent ff791c9330
commit 808dab83e5

View File

@@ -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