We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06341b commit f47b732Copy full SHA for f47b732
1-js/13-modules/01-modules-intro/article.md
@@ -85,7 +85,7 @@ Modules are expected to `export` what they want to be accessible from outside an
85
86
So we should import `user.js` into `hello.js` and get the required functionality from it instead of relying on global variables.
87
88
-That's the correct variant:
+This is the correct variant:
89
90
[codetabs src="scopes-working" height="140" current="hello.js"]
91
0 commit comments