Skip to content

Commit d17985d

Browse files
committed
docs(swc): remove wront option name
1 parent afa2f29 commit d17985d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/swc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export default defineConfig({
143143
});
144144
```
145145

146-
Additionaly, you can set `include` and `alias` options to support typescript paths in your tests:
146+
Additionaly, you can set the `alias` options to support typescript paths in your tests:
147147

148148
```ts
149149
import swc from 'unplugin-swc';

0 commit comments

Comments
 (0)