docs($resource): fix typo

Closes #4670
This commit is contained in:
Jarrett Harris 2013-10-26 22:46:32 -07:00 committed by Pete Bacon Darwin
parent c36e73de03
commit c9a1df3ae9

View file

@ -217,7 +217,7 @@ var $resourceMinErr = angular.$$minErr('$resource');
});
</pre>
*
* It's worth noting that the success callback for `get`, `query` and other method gets passed
* It's worth noting that the success callback for `get`, `query` and other methods gets passed
* in the response that came from the server as well as $http header getter function, so one
* could rewrite the above example and get access to http headers as:
*