From c9a1df3ae92183fc5074b02389fff524c508b731 Mon Sep 17 00:00:00 2001 From: Jarrett Harris Date: Sat, 26 Oct 2013 22:46:32 -0700 Subject: docs($resource): fix typo Closes #4670 --- src/ngResource/resource.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ngResource/resource.js') 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'); }); * - * 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: * -- cgit v1.2.3