Skip to content

Commit 94d30ce

Browse files
authored
Fix another typo
1 parent 911f783 commit 94d30ce

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)