From e8a139c6d42eff05f5303ac1529bd2b41e14ba3e Mon Sep 17 00:00:00 2001 From: David Barker Date: Sat, 5 Oct 2013 12:14:18 +0100 Subject: docs($resource): remove extra "to" from $resource docs Closes #4287 --- src/ngResource/resource.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ngResource') 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 -- cgit v1.2.3