Skip to content

Commit 1c757f7

Browse files
authored
Merge pull request #59 from mani-mishra/patch-1
fix `HTML` typo with `innerHTML`
2 parents c5c3d75 + da425c0 commit 1c757f7

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/1-document/05-basic-dom-node-properties

1 file changed

+1
-1
lines changed

2-ui/1-document/05-basic-dom-node-properties/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Technically, these two lines do the same:
258258
elem.innerHTML += "...";
259259
// is a shorter way to write:
260260
*!*
261-
elem.innerHTML = elem.HTML + "..."
261+
elem.innerHTML = elem.innerHTML + "..."
262262
*/!*
263263
```
264264

0 commit comments

Comments
 (0)