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

Commit a4367ab

Browse files
sratscaitp
authored andcommitted
docs($http): remove duplicate 'to' in withCredentials description
Typo in $http config documentation Closes #7731
1 parent 2e0464f commit a4367ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/http.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ function $HttpProvider() {
552552
* caching.
553553
* - **timeout** – `{number|Promise}` – timeout in milliseconds, or {@link ng.$q promise}
554554
* that should abort the request when resolved.
555-
* - **withCredentials** - `{boolean}` - whether to to set the `withCredentials` flag on the
555+
* - **withCredentials** - `{boolean}` - whether to set the `withCredentials` flag on the
556556
* XHR object. See [requests with credentials]https://developer.mozilla.org/en/http_access_control#section_5
557557
* for more information.
558558
* - **responseType** - `{string}` - see

0 commit comments

Comments
 (0)