diff options
| author | David Barker | 2013-10-05 12:14:18 +0100 |
|---|---|---|
| committer | Peter Bacon Darwin | 2013-10-05 17:51:21 +0100 |
| commit | e8a139c6d42eff05f5303ac1529bd2b41e14ba3e (patch) | |
| tree | f79331e7fc765daf17d7abc7f02047ec69b482df /src | |
| parent | 8336b3a286f8469d4cd7c412c41ca8c1a31fecf0 (diff) | |
| download | angular.js-e8a139c6d42eff05f5303ac1529bd2b41e14ba3e.tar.bz2 | |
docs($resource): remove extra "to" from $resource docs
Closes #4287
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngResource/resource.js | 2 |
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 |
