From e1eb0735f2d3621005ac7c5845cc5f0e9812e351 Mon Sep 17 00:00:00 2001 From: Amit Date: Fri, 31 May 2019 11:41:16 +0530 Subject: [PATCH] Fix chaters to chapters --- 1-js/13-modules/03-modules-dynamic-imports/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/13-modules/03-modules-dynamic-imports/article.md b/1-js/13-modules/03-modules-dynamic-imports/article.md index 5d253872..ee8bf0a4 100644 --- a/1-js/13-modules/03-modules-dynamic-imports/article.md +++ b/1-js/13-modules/03-modules-dynamic-imports/article.md @@ -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.