Skip to content

Commit 85a0449

Browse files
authored
Merge pull request #1 from srogalsky8/master
Fix another typo
2 parents 1932bfb + 94d30ce commit 85a0449

File tree

1 file changed

+1
-1
lines changed
  • 1-js/13-modules/03-modules-dynamic-imports

1 file changed

+1
-1
lines changed

Diff for: 1-js/13-modules/03-modules-dynamic-imports/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Export and import statements that we covered in previous chaters are called "static".
55

6-
What's because they are indeed static. The syntax is very strict.
6+
That's because they are indeed static. The syntax is very strict.
77

88
First, we can't dynamicaly generate any parameters of `import`.
99

0 commit comments

Comments
 (0)