Skip to content

Commit 982dc2b

Browse files
Kichikahunovlex111
andauthored
Update 2-ui/1-document/07-modifying-document/article.md
Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com>
1 parent 31a6a0c commit 982dc2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ ul.append(...getListContent()); // append + оператор "..." = друзь
528528

529529
- Задан список узлов и строк:
530530
- `node.append(...nodes or strings)` -- вставляет в `node` в конец,
531-
- `node.prepend(...nodes or strings)` -- вставляет в `node`в начало,
531+
- `node.prepend(...nodes or strings)` -- вставляет в `node` в начало,
532532
- `node.before(...nodes or strings)` –- вставляет прямо перед `node`,
533533
- `node.after(...nodes or strings)` –- вставляет сразу после `node`,
534534
- `node.replaceWith(...nodes or strings)` –- заменяет `node`.

0 commit comments

Comments
 (0)