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

Commit e8a139c

Browse files
kzarpetebacondarwin
authored andcommitted
docs($resource): remove extra "to" from $resource docs
Closes #4287
1 parent 8336b3a commit e8a139c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngResource/resource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var $resourceMinErr = angular.$$minErr('$resource');
8989
* caching.
9090
* - **`timeout`** – `{number|Promise}` – timeout in milliseconds, or {@link ng.$q promise} that
9191
* should abort the request when resolved.
92-
* - **`withCredentials`** - `{boolean}` - whether to to set the `withCredentials` flag on the
92+
* - **`withCredentials`** - `{boolean}` - whether to set the `withCredentials` flag on the
9393
* XHR object. See {@link https://developer.mozilla.org/en/http_access_control#section_5
9494
* requests with credentials} for more information.
9595
* - **`responseType`** - `{string}` - see {@link

0 commit comments

Comments
 (0)