From 37e66d892e06bcb10fbc5dc6d1f406283032775c Mon Sep 17 00:00:00 2001 From: Osvaldo Dias dos Santos Date: Tue, 28 Feb 2023 20:59:49 +0100 Subject: [PATCH] Update "browser events" file --- .../02-hide-self-onclick/solution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/2-events/01-introduction-browser-events/02-hide-self-onclick/solution.md b/2-ui/2-events/01-introduction-browser-events/02-hide-self-onclick/solution.md index ec2806696..cded5b622 100644 --- a/2-ui/2-events/01-introduction-browser-events/02-hide-self-onclick/solution.md +++ b/2-ui/2-events/01-introduction-browser-events/02-hide-self-onclick/solution.md @@ -1,4 +1,4 @@ -Can use `this` in the handler to reference "itself" here: +Can use `this` in the handler to reference "the element itself" here: ```html run height=50