diff --git a/src/ngResource/resource.js b/src/ngResource/resource.js index c7541409..e916de83 100644 --- a/src/ngResource/resource.js +++ b/src/ngResource/resource.js @@ -111,7 +111,7 @@ function shallowClearAndCopy(src, dst) { * example, if the `defaultParam` object is `{someParam: '@someProp'}` then the value of `someParam` * will be `data.someProp`. * - * @param {Object.=} actions Hash with declaration of custom action that should extend + * @param {Object.=} actions Hash with declaration of custom actions that should extend * the default set of resource actions. The declaration should be created in the format of {@link * ng.$http#usage $http.config}: *