Skip to content

Commit ce863fe

Browse files
authored
Merge pull request #1029 from sthamit7/patch-1
Fix Typo
2 parents 267cf94 + e1eb073 commit ce863fe

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Dynamic imports
33

4-
Export and import statements that we covered in previous chaters are called "static".
4+
Export and import statements that we covered in previous chapters are called "static".
55

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

0 commit comments

Comments
 (0)