Skip to content

Commit d6ad00f

Browse files
authored
Merge pull request #1815 from leviding/patch-5
Fix minor type error
2 parents 0c5d5d2 + b38e243 commit d6ad00f

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

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

Lines changed: 1 addition & 1 deletion
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)