Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 55f825c

Browse files
authoredJul 18, 2020
Merge pull request #2013 from leviding/patch-19
Fix minor typo error: add ol number
2 parents 841d750 + 7480a24 commit 55f825c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ let div = document.createElement('div');
6161
// 2. Set its class to "alert"
6262
div.className = "alert";
6363

64-
// Fill it with the content
64+
// 3. Fill it with the content
6565
div.innerHTML = "<strong>Hi there!</strong> You've read an important message.";
6666
```
6767

0 commit comments

Comments
 (0)
Please sign in to comment.