Skip to content

Commit 758c3d6

Browse files
authored
Merge pull request javascript-tutorial#770 from dagolinuxoid/patch-2
typo its->it's
2 parents 38e1bb5 + 058029a commit 758c3d6

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/1-document/10-size-and-scroll-window

1 file changed

+1
-1
lines changed

2-ui/1-document/10-size-and-scroll-window/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ And this button scrolls the page to show it at the bottom:
129129
130130
Sometimes we need to make the document "unscrollable". For instance, when we need to cover it with a large message requiring immediate attention, and we want the visitor to interact with that message, not with the document.
131131
132-
To make the document unscrollable, its enough to set `document.body.style.overflow = "hidden"`. The page will freeze on its current scroll.
132+
To make the document unscrollable, it's enough to set `document.body.style.overflow = "hidden"`. The page will freeze on its current scroll.
133133
134134
```online
135135
Try it:

0 commit comments

Comments
 (0)