Skip to content

Commit dcb8c6e

Browse files
Kirill255lex111
andauthored
Update 2-ui/4-forms-controls/4-forms-submit/article.md
Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com>
1 parent c13465b commit dcb8c6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

2-ui/4-forms-controls/4-forms-submit/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ form.method = 'GET';
6060
6161
form.innerHTML = '<input name="q" value="test">';
6262
63-
// перед отправкой формы, её нужно вставить в document
63+
// перед отправкой формы, её нужно вставить в документ
6464
document.body.append(form);
6565
6666
form.submit();

0 commit comments

Comments
 (0)