Skip to content

Commit fcc1815

Browse files
committed
docs: typo
1 parent 9281150 commit fcc1815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pnpm add -D vitest typescript vite-plugin-vitest-typescript-assert
1818
Setup the plugin in `vitest.config.ts` file.
1919

2020
```ts
21-
import { defineConfig } from 'vite';
21+
import { defineConfig } from 'vitest/config';
2222
import { vitestTypescriptAssertPlugin } from 'vite-plugin-vitest-typescript-assert';
2323

2424
export default defineConfig({

0 commit comments

Comments
 (0)