Skip to content

Commit b38e243

Browse files
authored
Update solution.md
1 parent 162280b commit b38e243

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/1-document/11-coordinates/1-find-point-coordinates

1 file changed

+1
-1
lines changed

Diff for: 2-ui/1-document/11-coordinates/1-find-point-coordinates/solution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Outer corners
22

3-
Outer corners are basically what we get from [elem.getBoundingClientRect()](https://developer.mozilla.org/en-US/docs/DOM/element.getBoundingClientRect).
3+
Outer corners are basically what we get from [elem.getBoundingClientRect()](https://developer.mozilla.org/en-US/docs/DOM/element.getBoundingClientRect).
44

55
Coordinates of the upper-left corner `answer1` and the bottom-right corner `answer2`:
66

0 commit comments

Comments
 (0)