Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit bb7d24e

Browse files
committed
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:
1 parent ff791c9 commit bb7d24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ function $HttpProvider() {
480480
* caching.
481481
* - **timeout** – `{number|Promise}` – timeout in milliseconds, or {@link ng.$q promise}
482482
* that should abort the request when resolved.
483-
* - **withCredentials** - `{boolean}` - whether to to set the `withCredentials` flag on the
483+
* - **withCredentials** - `{boolean}` - whether to set the `withCredentials` flag on the
484484
* XHR object. See [requests with credentials]https://developer.mozilla.org/en/http_access_control#section_5
485485
* for more information.
486486
* - **responseType** - `{string}` - see

0 commit comments

Comments
 (0)