aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsergiopantoja2013-01-20 11:52:17 -0500
committerPawel Kozlowski2013-01-20 18:59:43 +0100
commite7a080d6e602bf0346b7bbad9503ada6dedbbe1c (patch)
tree7ce8280093a1cbfc305dee92cacb156b655aa060
parent661a7287641ef1056fe19bb2b8e3a851e08d13bd (diff)
downloadangular.js-e7a080d6e602bf0346b7bbad9503ada6dedbbe1c.tar.bz2
docs(jqLite): fix typo
-rw-r--r--src/jqLite.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jqLite.js b/src/jqLite.js
index 1222d6da..5ef46df6 100644
--- a/src/jqLite.js
+++ b/src/jqLite.js
@@ -59,7 +59,7 @@
* - [val()](http://api.jquery.com/val/)
* - [wrap()](http://api.jquery.com/wrap/)
*
- * ## In addtion to the above, Angular privides an additional method to both jQuery and jQuery lite:
+ * ## In addtion to the above, Angular provides additional methods to both jQuery and jQuery lite:
*
* - `controller(name)` - retrieves the controller of the current element or its parent. By default
* retrieves controller associated with the `ngController` directive. If `name` is provided as