Skip to content

Commit ba6eefe

Browse files
authored
fix: typo
1 parent 9b487d4 commit ba6eefe

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function bye() {
5555
}
5656
```
5757

58-
……那么,可以想像下面这样进行动态导入
58+
……那么,可以像下面这样进行动态导入
5959

6060
```js
6161
let {hi, bye} = await import('./say.js');

0 commit comments

Comments
 (0)