Update article.md

Slight wording change to previous patch.
This commit is contained in:
Peter Roche 2021-04-13 22:24:36 -06:00 committed by GitHub
parent 5b14645cd8
commit 30369a8f8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ alert('Current scroll from the left: ' + window.pageXOffset);
These properties are read-only. These properties are read-only.
(note: `pageXOffset` and `pageYOffset` are aliases for `scrollX` and `scrollY`, but provide greater cross-browser compatibility.) (note: `pageXOffset` and `pageYOffset` are aliases for `scrollX` and `scrollY`, but may provide somewhat greater cross-browser compatibility.)
## Scrolling: scrollTo, scrollBy, scrollIntoView [#window-scroll] ## Scrolling: scrollTo, scrollBy, scrollIntoView [#window-scroll]