Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 55ac985

Browse files
marcusradellpetebacondarwin
authored andcommitted
docs($resource): fix 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. Closes #13448
1 parent 37b6ed3 commit 55ac985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngResource/resource.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function shallowClearAndCopy(src, dst) {
9797
* can escape it with `/\.`.
9898
*
9999
* @param {Object=} paramDefaults Default values for `url` parameters. These can be overridden in
100-
* `actions` methods. If any of the parameter value is a function, it will be executed every time
100+
* `actions` methods. If a parameter value is a function, it will be executed every time
101101
* when a param value needs to be obtained for a request (unless the param was overridden).
102102
*
103103
* Each key value in the parameter object is first bound to url template if present and then any

0 commit comments

Comments
 (0)