docs($resource): remove extra "to" from $resource docs

Closes #4287
This commit is contained in:
David Barker 2013-10-05 12:14:18 +01:00 committed by Peter Bacon Darwin
parent 8336b3a286
commit e8a139c6d4

View file

@ -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