Skip to content

Commit 2ddea5d

Browse files
authored
Update article.md
Removed duplicated `also`.
1 parent 79417c6 commit 2ddea5d

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

+1-1
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)