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 841d750 + 7480a24 commit 55f825cCopy full SHA for 55f825c
2-ui/1-document/07-modifying-document/article.md
@@ -61,7 +61,7 @@ let div = document.createElement('div');
61
// 2. Set its class to "alert"
62
div.className = "alert";
63
64
-// Fill it with the content
+// 3. Fill it with the content
65
div.innerHTML = "<strong>Hi there!</strong> You've read an important message.";
66
```
67
0 commit comments