Skip to content

Commit

Permalink
docs(cn): fix wrong text in module.mdx (#1902)
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
careteenL authored Apr 30, 2024
1 parent e39f54e commit cf34a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/configuration/module.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ import { a } from '!./file1.js';
// 禁用前置和普通 loaders
import { b } from '-!./file2.js';
// 禁用所有的 laoders
// 禁用所有的 loaders
import { c } from '!!./file3.js';
```

Expand Down

0 comments on commit cf34a5f

Please sign in to comment.