Skip to content

Commit 9eaca13

Browse files
authored
on: Fix "the the" mistake
Closes jquerygh-1238
1 parent 383a175 commit 9eaca13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/on.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ $( "div" ).trigger( "click", { name: "Jim" } );
161161
]]></code>
162162
</example>
163163
<example>
164-
<desc>Use the the second argument of <code>.trigger()</code> to pass an array of data to the event handler</desc>
164+
<desc>Use the second argument of <code>.trigger()</code> to pass an array of data to the event handler</desc>
165165
<code><![CDATA[
166166
$( "div" ).on( "click", function( event, salutation, name ) {
167167
alert( salutation + ", " + name );

0 commit comments

Comments
 (0)