diff options
Diffstat (limited to 'src/ngResource')
| -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 610c14fd..66433736 100644 --- a/src/ngResource/resource.js +++ b/src/ngResource/resource.js @@ -97,7 +97,7 @@ function shallowClearAndCopy(src, dst) { * If the parameter value is prefixed with `@` then the value of that parameter is extracted from * the data object (useful for non-GET operations). * - * @param {Object.<Object>=} actions Hash with declaration of custom action that should extend + * @param {Object.<Object>=} actions Hash with declaration of custom action that should extend * the default set of resource actions. The declaration should be created in the format of {@link * ng.$http#usage_parameters $http.config}: * |
