Skip to content

Commit 808dab8

Browse files
sratscaitp
authored andcommitted
docs($http): remove duplicate 'to' in withCredentials description
Typo in $http config documentation Closes angular#7731
1 parent ff791c9 commit 808dab8

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