From 20e680a78179f0a517bb1cbaa88143ed81926836 Mon Sep 17 00:00:00 2001 From: monskvll <61923132+monskvll@users.noreply.github.com> Date: Thu, 8 Aug 2024 21:09:29 +0100 Subject: [PATCH] Fix typo in writing-your-first-end-to-end-test.mdx --- .../introduction/writing-your-first-end-to-end-test.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/end-to-end-testing/introduction/writing-your-first-end-to-end-test.mdx b/docs/guides/end-to-end-testing/introduction/writing-your-first-end-to-end-test.mdx index a042af631f..ff9b1a2279 100644 --- a/docs/guides/end-to-end-testing/introduction/writing-your-first-end-to-end-test.mdx +++ b/docs/guides/end-to-end-testing/introduction/writing-your-first-end-to-end-test.mdx @@ -57,7 +57,7 @@ automatically displays any changes. /> Even though we haven't written any code yet - that's okay - let's click on your -new spec and watch Cypress launch it. Cypress with visit `https://example.cypress.io` and the test passes. +new spec and watch Cypress launch it. Cypress will visit `https://example.cypress.io` and the test passes.