Skip to content

Commit 7d5b5be

Browse files
authored
Change the incorrect comment of the output values
1 parent 0e98c1b commit 7d5b5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/4-forms-controls/1-form-elements/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ input.checked = true; // для чекбоксов и переключателе
221221
.filter(option => option.selected)
222222
.map(option => option.value);
223223
224-
alert(selected); // Блюз,Рок
224+
alert(selected); // blues,rock
225225
</script>
226226
```
227227

0 commit comments

Comments
 (0)