Skip to content

Commit

Permalink
docs: fix typo in ui.md (#1466)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah Rauschel committed Jun 12, 2022
1 parent 1660b59 commit fef00a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit fef00a7

Please sign in to comment.