Skip to content

Commit a0c0734

Browse files
committed
import.meta
1 parent 32120fb commit a0c0734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/10-modules/01-modules-intro/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,4 +345,4 @@ To summarize, the core concepts are:
345345
4. Module code is executed only once. Exports are created once and shared between importers.
346346
5. In production, we usually use bundlers such as [Webpack](https://webpack.js.org) to bundle modules together.
347347
348-
In the next chapter we'll see more examples of modules and `export/import` statements.
348+
In the next chapter we'll see more examples of modules and versatile `export/import` statements.

0 commit comments

Comments
 (0)