Fix minor typo error: add ol number
This commit is contained in:
parent
72482bc435
commit
7480a24c25
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ let div = document.createElement('div');
|
|||
// 2. Set its class to "alert"
|
||||
div.className = "alert";
|
||||
|
||||
// Fill it with the content
|
||||
// 3. Fill it with the content
|
||||
div.innerHTML = "<strong>Hi there!</strong> You've read an important message.";
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue