We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88cd022 + 022c037 commit 00d3f99Copy full SHA for 00d3f99
2-ui/1-document/07-modifying-document/article.md
@@ -1,12 +1,12 @@
1
# Modifying the document
2
3
-DOM modifications is the key to create "live" pages.
+DOM modification is the key to creating "live" pages.
4
5
Here we'll see how to create new elements "on the fly" and modify the existing page content.
6
7
## Example: show a message
8
9
-Let's see the methods on example. We'll add a message on the page that looks nicer than `alert`.
+Let's demonstrate using an example. We'll add a message on the page that looks nicer than `alert`.
10
11
Here's how it will look:
12
0 commit comments