Skip to content

Commit c0d068d

Browse files
authored
Fix typo dynamicaly to dinamically (#951)
Fix typo dynamicaly to dinamically
2 parents 6b9515f + ae87b1a commit c0d068d

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Export and import statements that we covered in previous chaters are called "sta
55

66
That's because they are indeed static. The syntax is very strict.
77

8-
First, we can't dynamicaly generate any parameters of `import`.
8+
First, we can't dynamically generate any parameters of `import`.
99

1010
The module path must be a primitive string, can't be a function call. This won't work:
1111

0 commit comments

Comments
 (0)