Skip to content

Commit 904dd9d

Browse files
authored
Merge pull request ruanyf#296 from hyjiacan/patch-1
Update module.md
2 parents 329edc0 + a6ece9c commit 904dd9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ export { foo, bar } from 'my_module';
451451

452452
// 等同于
453453
import { foo, bar } from 'my_module';
454-
export { foo, boo};
454+
export { foo, bar };
455455
```
456456

457457
上面代码中,`export``import`语句可以结合在一起,写成一行。

0 commit comments

Comments
 (0)