Skip to content

Commit cf34a5f

Browse files
authored
docs(cn): fix wrong text in module.mdx (#1902)
typo
1 parent e39f54e commit cf34a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/module.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ import { a } from '!./file1.js';
497497
// 禁用前置和普通 loaders
498498
import { b } from '-!./file2.js';
499499

500-
// 禁用所有的 laoders
500+
// 禁用所有的 loaders
501501
import { c } from '!!./file3.js';
502502
```
503503

0 commit comments

Comments
 (0)