Skip to content

Commit 3d4ad8f

Browse files
author
Mikhail Vasin
authored
Fix a misused word
1 parent 62a0bb5 commit 3d4ad8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/1-document/11-coordinates/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If we compare window coordinates versus CSS positioning, then there are obvious
5555
5656
But in CSS the `right` property means the distance from the right edge, and the `bottom` -- from the bottom edge.
5757
58-
If we just look at the picture below, we can see that in JavaScript it is not so. All window coordinates are counted from the upper-left corner, including these ones.
58+
If we just look at the picture above, we can see that in JavaScript it is not so. All window coordinates are counted from the upper-left corner, including these ones.
5959
```
6060

6161
## elementFromPoint(x, y) [#elementFromPoint]

0 commit comments

Comments
 (0)