1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00

Merge pull request #1077 from imba-tjd/patch-1

fix typo: 或 -> 会
This commit is contained in:
Ruan YiFeng 2021-09-09 14:14:32 +08:00 committed by GitHub
commit c43e5ca518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -439,7 +439,7 @@ import submodule from './node_modules/es-module-package/private-module.js';
}
```
注意,如果同时还有其他别名,就不能采用简写,否则报错。
注意,如果同时还有其他别名,就不能采用简写,否则报错。
```javascript
{