Skip to content

Commit 57b5696

Browse files
committed
minor
1 parent ad6f0cd commit 57b5696

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
@@ -5,7 +5,7 @@ To move elements around we should be familiar with coordinates.
55
Most JavaScript methods deal with one of two coordinate systems:
66

77
1. **Relative to the window** - similar to `position:fixed`, calculated from the window top/left edge.
8-
- we'll denote them as `clientX/clientY`, the reason for such name will become clear later when we move to events,
8+
- we'll denote these coordinates as `clientX/clientY`, the reason for such name will become clear after next chapters ,
99
2. **Relative to the document** - similar to `position:absolute` in the document root, calculated from the document top/left edge.
1010
- we'll denote them `pageX/pageY`
1111

0 commit comments

Comments
 (0)