Skip to content

Commit 4de79da

Browse files
Stefan Kochscottgonzalez
Stefan Koch
authored andcommitted
Introduction to Events: Typo
Closes jquerygh-383
1 parent 7b03f59 commit 4de79da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/events/introduction-to-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ $( "#helloBtn" ).click(function( event ) {
7373
alert( "Hello." );
7474
});
7575
76-
// Attach an event handler directly the to button using jQuery's
76+
// Attach an event handler directly to the button using jQuery's
7777
// `bind` method, passing it an event string of `click`
7878
$( "#helloBtn" ).bind( "click", function( event ) {
7979
alert( "Hello." );

0 commit comments

Comments
 (0)