Skip to content

Commit 94837c2

Browse files
committed
minor fixes
1 parent a917f9c commit 94837c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/13-modules/01-modules-intro/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ This is the correct variant:
9696

9797
[codetabs src="scopes-working" height="140" current="hello.js"]
9898

99-
In the browser, independent top-level scope also exists for each `<script type="module">`.
99+
In the browser, if we talk about HTML pages, independent top-level scope also exists for each `<script type="module">`.
100100

101101
Here are two scripts on the same page, both `type="module"`. They don't see each other's top-level variables:
102102

0 commit comments

Comments
 (0)