From 5332f7593c44998c9ba8747f8f7fc9834225c005 Mon Sep 17 00:00:00 2001 From: ZHOU CHENYANG Date: Tue, 30 May 2023 10:33:43 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/learn/responding-to-events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/learn/responding-to-events.md b/src/content/learn/responding-to-events.md index 046e1c7e39..6dc555802b 100644 --- a/src/content/learn/responding-to-events.md +++ b/src/content/learn/responding-to-events.md @@ -320,7 +320,7 @@ button { margin-right: 10px; } -Make sure that you use the appropriate HTML tags for your event handlers. For example, to handle clicks, use [`