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

Commit 6976d6d

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 b75c0d8 commit 6976d6d

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
@@ -99,7 +99,7 @@ function shallowClearAndCopy(src, dst) {
9999
* can escape it with `/\.`.
100100
*
101101
* @param {Object=} paramDefaults Default values for `url` parameters. These can be overridden in
102-
* `actions` methods. If any of the parameter value is a function, it will be executed every time
102+
* `actions` methods. If a parameter value is a function, it will be executed every time
103103
* when a param value needs to be obtained for a request (unless the param was overridden).
104104
*
105105
* Each key value in the parameter object is first bound to url template if present and then any

0 commit comments

Comments
 (0)