Skip to content

Commit 69ed47a

Browse files
committed
Fix typo in live.xml
1 parent 375c308 commit 69ed47a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/live.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<entry type="method" name="live" return="jQuery" depreacated="1.7">
2+
<entry type="method" name="live" return="jQuery" deprecated="1.7">
33
<title>.live()</title>
44
<desc>Attach an event handler for all elements which match the current selector, now and in the future.</desc>
55
<signature>
@@ -139,4 +139,4 @@ $("p").live({
139139
</example>
140140
<category slug="events/event-handler-attachment"/>
141141
<category slug="version/1.3"/>
142-
</entry>
142+
</entry>

0 commit comments

Comments
 (0)