We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bd9b9e + fe12de8 commit d1ac0c4Copy full SHA for d1ac0c4
1 file changed
2-ui/3-event-details/8-onscroll/article.md
@@ -1,6 +1,6 @@
1
# Scrolling
2
3
-The `scroll` event allows to react on a page or element scrolling. There are quite a few good things we can do here.
+The `scroll` event allows reacting to a page or element scrolling. There are quite a few good things we can do here.
4
5
For instance:
6
- 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
34
35
There are many ways to initiate a scroll, so it's more reliable to use CSS, `overflow` property.
36
37
-Here are few tasks that you can solve or look through to see the applications on `onscroll`.
+Here are few tasks that you can solve or look through to see applications of `onscroll`.
0 commit comments