From 9fd6995ec848e78e6042d0431e9be81439831480 Mon Sep 17 00:00:00 2001 From: "Violet.Lee" Date: Tue, 17 Sep 2019 00:38:10 +0900 Subject: [PATCH] Fix typo --- 1-js/13-modules/02-import-export/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/13-modules/02-import-export/article.md b/1-js/13-modules/02-import-export/article.md index d0fe63ef..e8deffd6 100644 --- a/1-js/13-modules/02-import-export/article.md +++ b/1-js/13-modules/02-import-export/article.md @@ -151,7 +151,7 @@ say.*!*hi*/!*('John'); // Hello, John! say.*!*bye*/!*('John'); // Bye, John! ``` -## export default +## Export default In practice, there are mainly two kinds of modules.