diff options
| -rw-r--r-- | src/ngResource/resource.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ngResource/resource.js b/src/ngResource/resource.js index d330f737..2aa11f52 100644 --- a/src/ngResource/resource.js +++ b/src/ngResource/resource.js @@ -89,7 +89,7 @@ var $resourceMinErr = angular.$$minErr('$resource');   *     caching.   *   - **`timeout`** – `{number|Promise}` – timeout in milliseconds, or {@link ng.$q promise} that   *     should abort the request when resolved. - *   - **`withCredentials`** - `{boolean}` - whether to to set the `withCredentials` flag on the + *   - **`withCredentials`** - `{boolean}` - whether to set the `withCredentials` flag on the   *     XHR object. See {@link https://developer.mozilla.org/en/http_access_control#section_5   *     requests with credentials} for more information.   *   - **`responseType`** - `{string}` - see {@link | 
