Skip to content

Commit edb7c1f

Browse files
amhokiesAurelioDeRosa
authored andcommitted
Handling events: Simple grammar correction
"it's" to "its" Closes jquerygh-700
1 parent f541b36 commit edb7c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/events/handling-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The `.one()` method is especially useful if you need to do some complicated setu
113113

114114
### Disconnecting Events
115115

116-
Although all the fun of jQuery occurs in the `.on()` method, it's counterpart is just as important if you want to be a responsible developer. `.off()` cleans up that event binding when you don't need it anymore. Complex user interfaces with lots of event bindings can bog down browser performance, so using the `.off()` method diligently is a best practice to ensure that you only have the event bindings that you need, when you need them.
116+
Although all the fun of jQuery occurs in the `.on()` method, its counterpart is just as important if you want to be a responsible developer. `.off()` cleans up that event binding when you don't need it anymore. Complex user interfaces with lots of event bindings can bog down browser performance, so using the `.off()` method diligently is a best practice to ensure that you only have the event bindings that you need, when you need them.
117117

118118
```
119119
// Unbinding all click handlers on a selection

0 commit comments

Comments
 (0)