diff options
Diffstat (limited to 'src/ngResource/resource.js')
| -rw-r--r-- | src/ngResource/resource.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ngResource/resource.js b/src/ngResource/resource.js index 04c50886..56d32f5e 100644 --- a/src/ngResource/resource.js +++ b/src/ngResource/resource.js @@ -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:   * | 
