Skip to content

Commit f576a35

Browse files
authored
Merge pull request javascript-tutorial#162 from Kurczok/patch-4
Use typo
2 parents c6d7c94 + 80eb75a commit f576a35

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/1-document/11-coordinates/3-position-at-absolute

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
The solution is actually pretty simple:
22

33
- Use `position:absolute` in CSS instead of `position:fixed` for `.note`.
4-
- Usee the function [getCoords()](info:coordinates#getCoords) from the chapter <info:coordinates> to get document-relative coordinates.
4+
- Use the function [getCoords()](info:coordinates#getCoords) from the chapter <info:coordinates> to get document-relative coordinates.

0 commit comments

Comments
 (0)