From f8545c1b464110d0b1298565f2e2d30cc212af45 Mon Sep 17 00:00:00 2001 From: Marcus Nielsen Date: Fri, 4 Dec 2015 15:02:08 +0100 Subject: [PATCH] docs($resource): Fixes mixed singular/plural. "any of the parameter value" contains plural (any of the) as well as singular (value). Fixed to be singular to match the rest of the text block. --- 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 98514dd62c70..33e63beec5d4 100644 --- a/src/ngResource/resource.js +++ b/src/ngResource/resource.js @@ -99,7 +99,7 @@ function shallowClearAndCopy(src, dst) { * can escape it with `/\.`. * * @param {Object=} paramDefaults Default values for `url` parameters. These can be overridden in - * `actions` methods. If any of the parameter value is a function, it will be executed every time + * `actions` methods. If a parameter value is a function, it will be executed every time * when a param value needs to be obtained for a request (unless the param was overridden). * * Each key value in the parameter object is first bound to url template if present and then any