Skip to content

Commit 1e2ad9d

Browse files
authored
Merge pull request javascript-tutorial#742 from Violet-Bora-Lee/patch-2
insert missing colon
2 parents 4d7d22c + 752619e commit 1e2ad9d

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/2-events/01-introduction-browser-events

1 file changed

+1
-1
lines changed

2-ui/2-events/01-introduction-browser-events/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Here's a list of the most useful DOM events, just to take a look at:
1818
**Keyboard events:**
1919
- `keydown` and `keyup` -- when the visitor presses and then releases the button.
2020

21-
**Document events**
21+
**Document events:**
2222
- `DOMContentLoaded` -- when the HTML is loaded and processed, DOM is fully built.
2323

2424
**CSS events:**

0 commit comments

Comments
 (0)