Skip to content

Commit fe12de8

Browse files
Typos
1 parent fbf443e commit fe12de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2-ui/3-event-details/8-onscroll/article.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Scrolling
22

3-
The `scroll` event allows to react on a page or element scrolling. There are quite a few good things we can do here.
3+
The `scroll` event allows reacting to a page or element scrolling. There are quite a few good things we can do here.
44

55
For instance:
66
- Show/hide additional controls or information depending on where in the document the user is.
@@ -34,4 +34,4 @@ If we add an event handler to these events and `event.preventDefault()` in it, t
3434

3535
There are many ways to initiate a scroll, so it's more reliable to use CSS, `overflow` property.
3636

37-
Here are few tasks that you can solve or look through to see the applications on `onscroll`.
37+
Here are few tasks that you can solve or look through to see applications of `onscroll`.

0 commit comments

Comments
 (0)