Fix typo dynamicaly to dinamically (#951)

Fix typo dynamicaly to dinamically
This commit is contained in:
Alexey Pyltsyn 2019-04-30 12:46:22 +03:00 committed by GitHub
commit c0d068d27a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: