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.