aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlorint2013-09-22 09:23:59 -0700
committerPete Bacon Darwin2013-09-25 22:31:19 +0100
commitf9bf194439dfeb381a867d20e625b6664a501619 (patch)
treea64389464689b3ed6201a186184bbd8eac85b687 /src
parent3c4460b513ed25b32b1b1fa164e2664f1d502ee5 (diff)
downloadangular.js-f9bf194439dfeb381a867d20e625b6664a501619.tar.bz2
docs(jqLite): fix typo
Closes #4105
Diffstat (limited to 'src')
-rw-r--r--src/jqLite.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jqLite.js b/src/jqLite.js
index 5626f8fe..ef1aeb03 100644
--- a/src/jqLite.js
+++ b/src/jqLite.js
@@ -65,7 +65,7 @@
*
* ### Events
* - `$destroy` - AngularJS intercepts all jqLite/jQuery's DOM destruction apis and fires this event
- * on all DOM nodes being removed. This can be used to clean up and 3rd party bindings to the DOM
+ * on all DOM nodes being removed. This can be used to clean up any 3rd party bindings to the DOM
* element before it is removed.
* ### Methods
* - `controller(name)` - retrieves the controller of the current element or its parent. By default