We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc0e93 commit b2605ebCopy full SHA for b2605eb
2-ui/1-document/10-size-and-scroll-window/article.md
@@ -55,7 +55,7 @@ let scrollHeight = Math.max(
55
document.body.clientHeight, document.documentElement.clientHeight
56
);
57
58
-alert('Full document width, with scrolled out part: ' + scrollHeight);
+alert('Full document height, with scrolled out part: ' + scrollHeight);
59
```
60
61
Why so? Better don't ask. These inconsistencies come from ancient times, not a "smart" logic.
0 commit comments