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

Commit e50002b

Browse files
grzimpkozlowski-opensource
authored andcommitted
docs($resource): fix typo
Closes #10383
1 parent a808916 commit e50002b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngResource/resource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function shallowClearAndCopy(src, dst) {
111111
* example, if the `defaultParam` object is `{someParam: '@someProp'}` then the value of `someParam`
112112
* will be `data.someProp`.
113113
*
114-
* @param {Object.<Object>=} actions Hash with declaration of custom action that should extend
114+
* @param {Object.<Object>=} actions Hash with declaration of custom actions that should extend
115115
* the default set of resource actions. The declaration should be created in the format of {@link
116116
* ng.$http#usage $http.config}:
117117
*

0 commit comments

Comments
 (0)