We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32120fb commit a0c0734Copy full SHA for a0c0734
1-js/10-modules/01-modules-intro/article.md
@@ -345,4 +345,4 @@ To summarize, the core concepts are:
345
4. Module code is executed only once. Exports are created once and shared between importers.
346
5. In production, we usually use bundlers such as [Webpack](https://webpack.js.org) to bundle modules together.
347
348
-In the next chapter we'll see more examples of modules and `export/import` statements.
+In the next chapter we'll see more examples of modules and versatile `export/import` statements.
0 commit comments