insert missing colon

This commit is contained in:
Violet.Lee 2019-01-18 19:51:54 +09:00 committed by GitHub
parent f2e27fd449
commit 752619e88b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:**