diff --git a/docs/config/index.md b/docs/config/index.md index 297524402c5f..bb45d30e206a 100644 --- a/docs/config/index.md +++ b/docs/config/index.md @@ -212,7 +212,7 @@ To get TypeScript working with the global APIs, add `vitest/globals` to the `typ } ``` -If you are already using [`unplugin-auto-import`](https://github.com/antfu/unplugin-vue-components) in your project, you can also use it directly for auto importing those APIs. +If you are already using [`unplugin-auto-import`](https://github.com/antfu/unplugin-auto-import) in your project, you can also use it directly for auto importing those APIs. ```ts // vite.config.ts