Skip to content

Commit 022c037

Browse files
authored
Update article.md
Rewording example lead-in.
1 parent 88cd022 commit 022c037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2-ui/1-document/07-modifying-document/article.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Modifying the document
22

3-
DOM modifications is the key to create "live" pages.
3+
DOM modification is the key to creating "live" pages.
44

55
Here we'll see how to create new elements "on the fly" and modify the existing page content.
66

77
## Example: show a message
88

9-
Let's see the methods on example. We'll add a message on the page that looks nicer than `alert`.
9+
Let's demonstrate using an example. We'll add a message on the page that looks nicer than `alert`.
1010

1111
Here's how it will look:
1212

0 commit comments

Comments
 (0)