From 715ec85c53e0144cb1547eea23345dab534dbfd6 Mon Sep 17 00:00:00 2001 From: Enzo Innocenzi Date: Tue, 14 Dec 2021 11:15:33 +0100 Subject: [PATCH] fix: correct minor typos (#141) --- docs/config/index.md | 2 +- docs/guide/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config/index.md b/docs/config/index.md index 3c5b7386a..32877c20c 100644 --- a/docs/config/index.md +++ b/docs/config/index.md @@ -2,7 +2,7 @@ ## Configuration -`vitest` will read your root `vite.config.ts` when it present to match with the plugins and setup as your Vite app. If you want to it to have a different configuration for testing, you could either: +`vitest` will read your root `vite.config.ts` when it is present to match with the plugins and setup as your Vite app. If you want to it to have a different configuration for testing, you could either: - Create `vitest.config.ts`, which will have the higher priority - Pass `--config` option to CLI, e.g. `vitest --config ./path/to/vitest.config.ts` diff --git a/docs/guide/index.md b/docs/guide/index.md index c443865a9..a09f2a1d5 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -20,7 +20,7 @@ Become a Sponsor of [@patak-dev](https://github.com/sponsors/patak-dev) or [@ant Vitest requires Vite v2.7 and Node v16 ::: -## Trying Vite Online +## Trying Vitest Online You can try Vitest online on [StackBlitz](https://stackblitz.com/edit/node-8hobg2?file=test%2Fbasic.test.ts&view=editor). It runs Vitest directly in the browser, and it is almost identical to the local setup but doesn't require installing anything on your machine.