diff --git a/content/courses/testing-your-first-application/installing-cypress-and-writing-your-first-test.mdx b/content/courses/testing-your-first-application/installing-cypress-and-writing-your-first-test.mdx index 0216f31a..c4cb7a6b 100644 --- a/content/courses/testing-your-first-application/installing-cypress-and-writing-your-first-test.mdx +++ b/content/courses/testing-your-first-application/installing-cypress-and-writing-your-first-test.mdx @@ -22,7 +22,7 @@ npx cypress open You can click on the images to enlarge them. ::: -With the Cypress 10 and later, we are now presented with the ability to write E2E or component tests. In this course, we are going to focus solely on E2E tests. Components tests will be covered in another course. +With the Cypress 10 and later, we are now presented with the ability to write E2E or component tests. In this course, we are going to focus solely on E2E tests. Components tests will be covered in another course. // Here should be a relevant link to a resource that you have in mind. Click on the “E2E Testing” button on the left to get started.