From 0fa77e0aa84348afa87873f9a1551e3ed009cd0b Mon Sep 17 00:00:00 2001 From: Lokesh Date: Thu, 18 Oct 2018 21:25:30 +0530 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae030a6e..dbce2c09 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ This repository was created with the intention of helping developers master thei * 📜 [Mastering Immediately-Invoked Function Expressions ― Chandra Gundamaraju](https://medium.com/@vvkchandra/essential-javascript-mastering-immediately-invoked-function-expressions-67791338ddc6) * 📜 [Do ES6 Modules make the case of IIFEs obsolete?](https://hashnode.com/post/do-es6-modules-make-the-case-of-iifes-obsolete-civ96wet80scqgc538un20es0) * 📜 [A 10 minute primer to JavaScript modules, module formats, module loaders and module bundlers ― Jurgen Van de Moere](https://www.jvandemo.com/a-10-minute-primer-to-javascript-modules-module-formats-module-loaders-and-module-bundlers/) - * 📜 [16. Modules ― Exploring JS](http://exploringjs.com/es6/ch_modules.html) + * 📜 [Modules ― Exploring JS](http://exploringjs.com/es6/ch_modules.html) * 📜 [ES modules: A cartoon deep-dive — Lin Clark](https://hacks.mozilla.org/2018/03/es-modules-a-cartoon-deep-dive/) * 📜 [Understanding ES6 Modules — Craig Buckler](https://www.sitepoint.com/understanding-es6-modules/) * 📜 [An overview of ES6 Modules in JavaScript — Brent Graham](https://blog.cloud66.com/an-overview-of-es6-modules-in-javascript/)