We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff791c9 commit 808dab8Copy full SHA for 808dab8
src/ng/http.js
@@ -480,7 +480,7 @@ function $HttpProvider() {
480
* caching.
481
* - **timeout** – `{number|Promise}` – timeout in milliseconds, or {@link ng.$q promise}
482
* that should abort the request when resolved.
483
- * - **withCredentials** - `{boolean}` - whether to to set the `withCredentials` flag on the
+ * - **withCredentials** - `{boolean}` - whether to set the `withCredentials` flag on the
484
* XHR object. See [requests with credentials]https://developer.mozilla.org/en/http_access_control#section_5
485
* for more information.
486
* - **responseType** - `{string}` - see
0 commit comments