diff --git a/docs/config/index.md b/docs/config/index.md index f3b85a245..b6396e232 100644 --- a/docs/config/index.md +++ b/docs/config/index.md @@ -127,7 +127,7 @@ export default defineConfig({ }) ``` -To get TypeScript working with the global APIs, add `vitest/globals` to the `types` filed in your `tsconfig.json` +To get TypeScript working with the global APIs, add `vitest/globals` to the `types` field in your `tsconfig.json` ```json // tsconfig.json