From 5af89686fcbb7e6a7bba91f991c622f92bb32269 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 26 Feb 2024 22:16:09 +0000 Subject: [PATCH] Typo in snippet --- source/_daily_emails/2024-02-24.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_daily_emails/2024-02-24.md b/source/_daily_emails/2024-02-24.md index c17fb10da..851fd3198 100644 --- a/source/_daily_emails/2024-02-24.md +++ b/source/_daily_emails/2024-02-24.md @@ -3,7 +3,7 @@ title: When should you start writing tests? date: 2024-02-24 permalink: archive/2024/02/24/when-should-you-start-writing-tests snippet: | - Which in a project's lifecycle should you start writing tests and doing test-driven development? + When in a project's lifecycle should you start writing tests and doing test-driven development? tags: - software-development - php