From 42eef96e3a5e7e323a8570fcc45d2c4c8dd18402 Mon Sep 17 00:00:00 2001 From: Cameron Blankenbuehler Date: Sat, 16 Aug 2025 20:23:15 -0400 Subject: [PATCH] Fix typo The link to the Cypress testing framework was incorrectly spelled "Cyress" --- _posts/11-02-01-Test-Driven-Development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/11-02-01-Test-Driven-Development.md b/_posts/11-02-01-Test-Driven-Development.md index 25b423038..f6df99d6c 100644 --- a/_posts/11-02-01-Test-Driven-Development.md +++ b/_posts/11-02-01-Test-Driven-Development.md @@ -64,7 +64,7 @@ users of the application. #### Functional Testing Tools * [Codeception](https://codeception.com/) is a full-stack testing framework that includes acceptance testing tools -* [Cyress](https://www.cypress.io/) +* [Cypress](https://www.cypress.io/) * [Mink](https://mink.behat.org/) * [Selenium](https://www.selenium.dev/) * [Storyplayer](https://github.com/MeltwaterArchive/storyplayer) is a full-stack testing framework that includes support for creating and destroying test environments on demand