Update article.md

"That's the correct variant:" -> "This is the correct variant:"
This commit is contained in:
Peter Roche 2020-02-07 00:27:38 -07:00 committed by GitHub
parent a06341ba80
commit f47b732265
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@ Modules are expected to `export` what they want to be accessible from outside an
So we should import `user.js` into `hello.js` and get the required functionality from it instead of relying on global variables.
That's the correct variant:
This is the correct variant:
[codetabs src="scopes-working" height="140" current="hello.js"]