diff --git a/2-ui/2-events/01-introduction-browser-events/article.md b/2-ui/2-events/01-introduction-browser-events/article.md index 703d82d2a3..d097874c55 100644 --- a/2-ui/2-events/01-introduction-browser-events/article.md +++ b/2-ui/2-events/01-introduction-browser-events/article.md @@ -26,7 +26,7 @@ 还有很多其他事件。我们将在下一章中详细介绍具体事件。 -## 事件处理程器 +## 事件处理程序 为了对事件作出响应,我们可以分配一个 **处理程序(handler)**—— 一个在事件发生时运行的函数。