docs($resource): fix typo

Closes #10383
This commit is contained in:
Grzegorz Marzencki
2014-12-09 11:14:32 +01:00
committed by Pawel Kozlowski
parent a8089166f5
commit e50002baed

View File

@@ -111,7 +111,7 @@ function shallowClearAndCopy(src, dst) {
* example, if the `defaultParam` object is `{someParam: '@someProp'}` then the value of `someParam`
* will be `data.someProp`.
*
* @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
* the default set of resource actions. The declaration should be created in the format of {@link
* ng.$http#usage $http.config}:
*