Skip to content

Commit

Permalink
on: Fix "the the" mistake
Browse files Browse the repository at this point in the history
Closes gh-1238
  • Loading branch information
Krinkle authored Sep 18, 2023
1 parent 383a175 commit 9eaca13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entries/on.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ $( "div" ).trigger( "click", { name: "Jim" } );
]]></code>
</example>
<example>
<desc>Use the the second argument of <code>.trigger()</code> to pass an array of data to the event handler</desc>
<desc>Use the second argument of <code>.trigger()</code> to pass an array of data to the event handler</desc>
<code><![CDATA[
$( "div" ).on( "click", function( event, salutation, name ) {
alert( salutation + ", " + name );
Expand Down

0 comments on commit 9eaca13

Please sign in to comment.