Skip to content

Commit 661c972

Browse files
MartinsYongleviding
authored andcommitted
missing punctuation (#319)
1 parent a298b38 commit 661c972

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
@@ -205,7 +205,7 @@ function getCoords(elem) {
205205
页面上的任何点都有坐标:
206206
207207
3. 相对于窗口的坐标 — `elem.getBoundingClientRect()`。
208-
4. 相对于文档的坐标 — elem.getBoundingClientRect()` 加上当前页面滚动的长度。
208+
4. 相对于文档的坐标 — `elem.getBoundingClientRect()` 加上当前页面滚动的长度。
209209
210210
窗口坐标非常适合和 `position:fixed` 一起使用,文档坐标非常适合和 `position:absolute` 一起使用。
211211

0 commit comments

Comments
 (0)