Skip to content

Commit c148238

Browse files
Oleksandr Onufrienkolex111
andauthored
Update 2-ui/2-events/01-introduction-browser-events/06-hide-message/solution.view/index.html
Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com>
1 parent b037c3d commit c148238

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 2-ui/2-events/01-introduction-browser-events/06-hide-message/solution.view

2-ui/2-events/01-introduction-browser-events/06-hide-message/solution.view/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h3>Кошка</h3>
2929

3030
for(let pane of panes) {
3131
pane.insertAdjacentHTML("afterbegin", '<button class="remove-button">[x]</button>');
32-
// кнопка становится первым потомком плитки(pane)
32+
// кнопка становится первым потомком плитки (pane)
3333
pane.firstChild.onclick = () => pane.remove();
3434
}
3535
</script>

0 commit comments

Comments
 (0)