Skip to content

Commit 63759d5

Browse files
lorintjamesdaily
authored andcommitted
docs(jqLite): fix typo
Closes angular#4105
1 parent 6b29f81 commit 63759d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jqLite.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
*
6868
* ### Events
6969
* - `$destroy` - AngularJS intercepts all jqLite/jQuery's DOM destruction apis and fires this event
70-
* on all DOM nodes being removed. This can be used to clean up and 3rd party bindings to the DOM
70+
* on all DOM nodes being removed. This can be used to clean up any 3rd party bindings to the DOM
7171
* element before it is removed.
7272
* ### Methods
7373
* - `controller(name)` - retrieves the controller of the current element or its parent. By default

0 commit comments

Comments
 (0)