From 752619e88b3b7a0678d7bf00ef393f309db74e16 Mon Sep 17 00:00:00 2001 From: "Violet.Lee" Date: Fri, 18 Jan 2019 19:51:54 +0900 Subject: [PATCH] insert missing colon --- 2-ui/2-events/01-introduction-browser-events/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 dcf64a20..64f06497 100644 --- a/2-ui/2-events/01-introduction-browser-events/article.md +++ b/2-ui/2-events/01-introduction-browser-events/article.md @@ -18,7 +18,7 @@ Here's a list of the most useful DOM events, just to take a look at: **Keyboard events:** - `keydown` and `keyup` -- when the visitor presses and then releases the button. -**Document events** +**Document events:** - `DOMContentLoaded` -- when the HTML is loaded and processed, DOM is fully built. **CSS events:**