Skip to content

Commit

Permalink
docs: fix broken link (#2469)
Browse files Browse the repository at this point in the history
  • Loading branch information
Greenheart committed Dec 10, 2022
1 parent e6a18c7 commit b5eb7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/index.md
Expand Up @@ -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
Expand Down

0 comments on commit b5eb7a9

Please sign in to comment.