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

Commit c9a1df3

Browse files
jarrettchpetebacondarwin
authored andcommitted
docs($resource): fix typo
Closes #4670
1 parent c36e73d commit c9a1df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngResource/resource.js

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

0 commit comments

Comments
 (0)