Skip to content

Commit aeac235

Browse files
kzarjamesdaily
authored andcommitted
docs($resource): remove extra "to" from $resource docs
Closes angular#4287
1 parent a113610 commit aeac235

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)