From 46bb645fc07548d883465740a46e75f0d141f1d3 Mon Sep 17 00:00:00 2001 From: Michael Alexander Date: Sat, 27 Oct 2018 12:18:19 +0200 Subject: [PATCH] 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! --- guide/english/jquery/jquery-click-method/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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