Skip to content

Commit 31f80ee

Browse files
committed
minor
1 parent 76b6212 commit 31f80ee

File tree

1 file changed

+1
-2
lines changed
  • 1-js/13-modules/03-modules-dynamic-imports

1 file changed

+1
-2
lines changed

1-js/13-modules/03-modules-dynamic-imports/article.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ export default function() {
7777
}
7878
```
7979
80-
81-
The default export becomes `default` property in the module object, as explained in the [previous chapter](info:import-export).
80+
To import it, we need to get `default` property of the module object, as explained in the [previous chapter](info:import-export).
8281
8382
So, the dynamic import will be like this:
8483

0 commit comments

Comments
 (0)