From fef00a7328907b7663fa37e06cffa1781b84cd88 Mon Sep 17 00:00:00 2001 From: Hannah Rauschel Date: Sun, 12 Jun 2022 06:05:22 +0200 Subject: [PATCH] docs: fix typo in ui.md (#1466) --- docs/guide/ui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/ui.md b/docs/guide/ui.md index e4cb66645557..1d46118565cf 100644 --- a/docs/guide/ui.md +++ b/docs/guide/ui.md @@ -1,6 +1,6 @@ # Vitest UI -Powered by Vite, Vitest also has a dev server under the hood when running the tests. This allows Vitest to provide a beautiful UI to view and interactive with your tests. The Vitest UI is optional, you can install it by: +Powered by Vite, Vitest also has a dev server under the hood when running the tests. This allows Vitest to provide a beautiful UI to view and interact with your tests. The Vitest UI is optional, you can install it by: ```bash npm i -D @vitest/ui