We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a808916 commit e50002bCopy full SHA for e50002b
src/ngResource/resource.js
@@ -111,7 +111,7 @@ function shallowClearAndCopy(src, dst) {
111
* example, if the `defaultParam` object is `{someParam: '@someProp'}` then the value of `someParam`
112
* will be `data.someProp`.
113
*
114
- * @param {Object.<Object>=} actions Hash with declaration of custom action that should extend
+ * @param {Object.<Object>=} actions Hash with declaration of custom actions that should extend
115
* the default set of resource actions. The declaration should be created in the format of {@link
116
* ng.$http#usage $http.config}:
117
0 commit comments