From 2e16fb90f6a9a2e7740f1e03b14568117424a2b1 Mon Sep 17 00:00:00 2001 From: Zing <1067577595@qq.com> Date: Tue, 14 Jun 2022 11:07:29 +0800 Subject: [PATCH] chore: typo (#1480) --- docs/guide/comparisons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/comparisons.md b/docs/guide/comparisons.md index f044d24b4c53..391e53409665 100644 --- a/docs/guide/comparisons.md +++ b/docs/guide/comparisons.md @@ -6,7 +6,7 @@ ## Cypress -[Cypress](https://www.cypress.io/) is a browser-based test runner and a complimentary tool to Vitest. If you'd like to use Cypress, we suggest using Vitest for all headless logic in your application and Cypress for all browser-based logic. +[Cypress](https://www.cypress.io/) is a browser-based test runner and a complementary tool to Vitest. If you'd like to use Cypress, we suggest using Vitest for all headless logic in your application and Cypress for all browser-based logic. Cypress is known as an end-to-end testing tool, however their [new component test runner](https://on.cypress.io/component) has great support for testing Vite components and is an ideal choice to test anything that renders in a browser.