Skip to content

Commit f858b8c

Browse files
committed
amend two words form 'export' to 'import'
文字修改,‘导出’改为‘导入’
1 parent d3d0f56 commit f858b8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1-js/13-modules/02-import-export/article.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,9 +418,9 @@ export default class User {
418418

419419
导入:
420420

421-
- 模块中命名的导出
421+
- 模块中命名的导入
422422
- `import {x [as y], ...} from "module"`
423-
- 默认的导出
423+
- 默认的导入
424424
- `import x from "module"`
425425
- `import {default as x} from "module"`
426426
- 所有:

0 commit comments

Comments
 (0)