We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b9515f + ae87b1a commit c0d068dCopy full SHA for c0d068d
1-js/13-modules/03-modules-dynamic-imports/article.md
@@ -5,7 +5,7 @@ Export and import statements that we covered in previous chaters are called "sta
5
6
That's because they are indeed static. The syntax is very strict.
7
8
-First, we can't dynamicaly generate any parameters of `import`.
+First, we can't dynamically generate any parameters of `import`.
9
10
The module path must be a primitive string, can't be a function call. This won't work:
11
0 commit comments