Skip to content

Commit f47b732

Browse files
authored
Update article.md
"That's the correct variant:" -> "This is the correct variant:"
1 parent a06341b commit f47b732

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
@@ -85,7 +85,7 @@ Modules are expected to `export` what they want to be accessible from outside an
8585

8686
So we should import `user.js` into `hello.js` and get the required functionality from it instead of relying on global variables.
8787

88-
That's the correct variant:
88+
This is the correct variant:
8989

9090
[codetabs src="scopes-working" height="140" current="hello.js"]
9191

0 commit comments

Comments
 (0)