fixed typo in first line (#20086)

* fixed typo in first line

There was becuase instead of because!

* Removed second typo.

I've removed the second type as requested, thank you I've totally not seen this at first!
This commit is contained in:
Michael Alexander
2018-10-27 12:18:19 +02:00
committed by Huyen Nguyen
parent 5607651c5e
commit 46bb645fc0

View File

@ -5,7 +5,7 @@ title: Click Method
# Click Method
The jQuery Click method triggers an function when an element is clicked. The function is known as a "handler" becuase it handles the click event. Functions can
The jQuery Click method triggers a function when an element is clicked. The function is known as a "handler" because it handles the click event. Functions can
impact the HTML element that is bound to the click using the jQuery Click method, or they can change something else entirely. The most-used form is:
```javascript