diff --git a/guide/english/jquery/jquery-click-method/index.md b/guide/english/jquery/jquery-click-method/index.md index 103539a1cd..b4ba01a00e 100644 --- a/guide/english/jquery/jquery-click-method/index.md +++ b/guide/english/jquery/jquery-click-method/index.md @@ -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