File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ function shallowClearAndCopy(src, dst) {
106
106
* Given a template `/path/:verb` and parameter `{verb:'greet', salutation:'Hello'}` results in
107
107
* URL `/path/greet?salutation=Hello`.
108
108
*
109
- * If the parameter value is prefixed with `@` then the value of that parameter is extracted from
110
- * the data object (useful for non-GET operations).
109
+ * If the parameter value is prefixed with `@` then the value of that parameter will be taken
110
+ * from the corresponding key on the data object (useful for non-GET operations).
111
111
*
112
112
* @param {Object.<Object>= } actions Hash with declaration of custom action that should extend
113
113
* the default set of resource actions. The declaration should be created in the format of {@link
You can’t perform that action at this time.
0 commit comments