We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a113610 commit aeac235Copy full SHA for aeac235
src/ngResource/resource.js
@@ -89,7 +89,7 @@ var $resourceMinErr = angular.$$minErr('$resource');
89
* caching.
90
* - **`timeout`** – `{number|Promise}` – timeout in milliseconds, or {@link ng.$q promise} that
91
* should abort the request when resolved.
92
- * - **`withCredentials`** - `{boolean}` - whether to to set the `withCredentials` flag on the
+ * - **`withCredentials`** - `{boolean}` - whether to set the `withCredentials` flag on the
93
* XHR object. See {@link https://developer.mozilla.org/en/http_access_control#section_5
94
* requests with credentials} for more information.
95
* - **`responseType`** - `{string}` - see {@link
0 commit comments