Skip to content

Commit 03499d6

Browse files
authored
Update article.md (#1628)
Update article.md
2 parents 2c10460 + 2ddea5d commit 03499d6

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
@@ -540,7 +540,7 @@ So if we need to add a lot of text into HTML dynamically, and we're at page load
540540
- `"beforeend"` -- insert `html` into `elem`, at the end,
541541
- `"afterend"` -- insert `html` right after `elem`.
542542

543-
Also there are also similar methods, `elem.insertAdjacentText` and `elem.insertAdjacentElement`, that insert text strings and elements, but they are rarely used.
543+
Also there are similar methods, `elem.insertAdjacentText` and `elem.insertAdjacentElement`, that insert text strings and elements, but they are rarely used.
544544

545545
- To append HTML to the page before it has finished loading:
546546
- `document.write(html)`

0 commit comments

Comments
 (0)