From e50002baedfef6aa2e6dace9e55c4e24abb6c1c3 Mon Sep 17 00:00:00 2001 From: Grzegorz Marzencki Date: Tue, 9 Dec 2014 11:14:32 +0100 Subject: [PATCH] docs($resource): fix typo Closes #10383 --- src/ngResource/resource.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}: *