Skip to content

Commit a4e7e30

Browse files
committed
renovations
1 parent 2f17b87 commit a4e7e30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

2-ui/2-events-and-interfaces/6-behavior/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
3030
var counter = event.target;
3131
32-
counter.value++;
32+
counter.innerHTML++;
3333
};
3434
</script>
3535
```

0 commit comments

Comments
 (0)