We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a6a0c commit 982dc2bCopy full SHA for 982dc2b
1 file changed
2-ui/1-document/07-modifying-document/article.md
@@ -528,7 +528,7 @@ ul.append(...getListContent()); // append + оператор "..." = друзь
528
529
- Задан список узлов и строк:
530
- `node.append(...nodes or strings)` -- вставляет в `node` в конец,
531
- - `node.prepend(...nodes or strings)` -- вставляет в `node`в начало,
+ - `node.prepend(...nodes or strings)` -- вставляет в `node` в начало,
532
- `node.before(...nodes or strings)` –- вставляет прямо перед `node`,
533
- `node.after(...nodes or strings)` –- вставляет сразу после `node`,
534
- `node.replaceWith(...nodes or strings)` –- заменяет `node`.
0 commit comments