Skip to content

Commit 86b6987

Browse files
authored
Merge pull request #644 from Ghost-017/patch-4
update
2 parents 9118048 + afce64b commit 86b6987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/1-document/09-size-and-scroll/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ On the picture below we can see `scrollHeight` and `scrollTop` for a block with
202202
In other words, `scrollTop` is "how much is scrolled up".
203203

204204
````smart header="`scrollLeft/scrollTop` can be modified"
205-
Most geometry properties that are read-only, but `scrollLeft/scrollTop` can be changed, and the browser will scroll the element.
205+
Most of the geometry properties here are read-only, but `scrollLeft/scrollTop` can be changed, and the browser will scroll the element.
206206

207207
```online
208208
If you click the element below, the code `elem.scrollTop += 10` executes. That makes the element content scroll `10px` down.

0 commit comments

Comments
 (0)