aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngResource/resource.js
diff options
context:
space:
mode:
authorDavid Barker2013-10-05 12:14:18 +0100
committerPeter Bacon Darwin2013-10-05 17:51:21 +0100
commite8a139c6d42eff05f5303ac1529bd2b41e14ba3e (patch)
treef79331e7fc765daf17d7abc7f02047ec69b482df /src/ngResource/resource.js
parent8336b3a286f8469d4cd7c412c41ca8c1a31fecf0 (diff)
downloadangular.js-e8a139c6d42eff05f5303ac1529bd2b41e14ba3e.tar.bz2
docs($resource): remove extra "to" from $resource docs
Closes #4287
Diffstat (limited to 'src/ngResource/resource.js')
-rw-r--r--src/ngResource/resource.js2
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