Skip to content

Commit c43e5ca

Browse files
authored
Merge pull request ruanyf#1077 from imba-tjd/patch-1
fix typo: 或 -> 会
2 parents 84dba56 + 248b51a commit c43e5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/module-loader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ import submodule from './node_modules/es-module-package/private-module.js';
439439
}
440440
```
441441

442-
注意,如果同时还有其他别名,就不能采用简写,否则或报错
442+
注意,如果同时还有其他别名,就不能采用简写,否则会报错
443443

444444
```javascript
445445
{

0 commit comments

Comments
 (0)