Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion page/events/event-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ trigger the event.
jQuery offers convenience methods for most native browser events. These methods —
including `.click()`, `.focus()`, `.blur()`, `.change()`, etc. — are shorthand
for jQuery's `.on()` method. The on method is useful for binding the same handler
function to multiple events, when you want to provide data to the event hander,
function to multiple events, when you want to provide data to the event handler,
when you are working with custom events, or when you want to pass an object of
multiple events and handlers.

Expand Down