Skip to content

Commit

Permalink
docs: typo in common-errors.md (#6208)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Jul 24, 2024
1 parent a48be6f commit 1f9d82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/common-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you receive an error that module cannot be found, it might mean several diffe

- 1. You misspelled the path. Make sure the path is correct.

- 2. It's possible that your rely on `baseUrl` in your `tsconfig.json`. Vite doesn't take into account `tsconfig.json` by default, so you might need to install [`vite-tsconfig-paths`](https://www.npmjs.com/package/vite-tsconfig-paths) yourself, if you rely on this behaviour.
- 2. It's possible that you rely on `baseUrl` in your `tsconfig.json`. Vite doesn't take into account `tsconfig.json` by default, so you might need to install [`vite-tsconfig-paths`](https://www.npmjs.com/package/vite-tsconfig-paths) yourself, if you rely on this behaviour.

```ts
import { defineConfig } from 'vitest/config'
Expand Down

0 comments on commit 1f9d82e

Please sign in to comment.