Fix typo dynamicaly to dinamically (#951)
Fix typo dynamicaly to dinamically
This commit is contained in:
commit
c0d068d27a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue