aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJarrett Harris2013-10-26 22:46:32 -0700
committerPete Bacon Darwin2013-10-27 21:51:53 +0000
commitc9a1df3ae92183fc5074b02389fff524c508b731 (patch)
treed6085dc210a6b53461891cb8c209599926b45efc
parentc36e73de038bca9212d92d9a47777b44cf48912b (diff)
downloadangular.js-c9a1df3ae92183fc5074b02389fff524c508b731.tar.bz2
docs($resource): fix typo
Closes #4670
-rw-r--r--src/ngResource/resource.js2
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:
*