Skip to content

Commit 6615df4

Browse files
author
Maksumi Murakami
authored
Update article.md
1 parent bc92283 commit 6615df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 2-ui/1-document/11-coordinates/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ In practice though, `elem.getBoundingClientRect()` always returns positive width
8989
```
9090
9191
```warn header="Internet Explorer: no support for `x/y`"
92-
Internet Explorer don't support `x/y` properties for historical reasons.
92+
Internet Explorer doesn't support `x/y` properties for historical reasons.
9393
9494
So we can either make a polyfill (add getters in `DomRect.prototype`) or just use `top/left`, as they are always the same as `x/y` for positive `width/height`, in particular in the result of `elem.getBoundingClientRect()`.
9595
```

0 commit comments

Comments
 (0)