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 9b487d4 commit ba6eefeCopy full SHA for ba6eefe
1-js/13-modules/03-modules-dynamic-imports/article.md
@@ -55,7 +55,7 @@ export function bye() {
55
}
56
```
57
58
-……那么,可以想像下面这样进行动态导入:
+……那么,可以像下面这样进行动态导入:
59
60
```js
61
let {hi, bye} = await import('./say.js');
0 commit comments