From f7aacb20a4b3e749bafc7c382cfd45f4df07394d Mon Sep 17 00:00:00 2001 From: josef Date: Wed, 6 Jul 2022 13:57:19 -0500 Subject: [PATCH] docs: typo (#1608) --- docs/config/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.51.2