We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f65fd commit 9e45fd3Copy full SHA for 9e45fd3
src/ngResource/resource.js
@@ -217,7 +217,7 @@ var $resourceMinErr = angular.$$minErr('$resource');
217
});
218
</pre>
219
*
220
- * 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
221
* in the response that came from the server as well as $http header getter function, so one
222
* could rewrite the above example and get access to http headers as:
223
0 commit comments