Fix typo dynamicaly to dinamically

This commit is contained in:
Ovidiu Voicu 2019-04-30 10:48:42 +03:00
parent 6b9515ffd0
commit ae87b1a8c8

View file

@ -5,7 +5,7 @@ Export and import statements that we covered in previous chaters are called "sta
That's because they are indeed static. The syntax is very strict. That's because they are indeed static. The syntax is very strict.
First, we can't dynamicaly generate any parameters of `import`. First, we can't dynamically generate any parameters of `import`.
The module path must be a primitive string, can't be a function call. This won't work: The module path must be a primitive string, can't be a function call. This won't work: