Merge pull request #1029 from sthamit7/patch-1

Fix Typo
This commit is contained in:
Ilya Kantor 2019-05-31 09:29:48 +03:00 committed by GitHub
commit ce863fee27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# Dynamic imports
Export and import statements that we covered in previous chaters are called "static".
Export and import statements that we covered in previous chapters are called "static".
That's because they are indeed static. The syntax is very strict.