From 558f79b51de1c25ad9ac374513bba76536ed2d87 Mon Sep 17 00:00:00 2001 From: Bryan Finster Date: Fri, 15 Dec 2023 14:24:48 -0600 Subject: [PATCH] Fix title --- content/en/docs/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/_index.md b/content/en/docs/_index.md index b72fa61..5d95829 100644 --- a/content/en/docs/_index.md +++ b/content/en/docs/_index.md @@ -68,7 +68,7 @@ Architecting a system of delivery is about designing efficient quality gates for - Recommended Reading - [Continuous Delivery: Reliable Software Releases through Build, Test, and Deployment Automation](https://learning.oreilly.com/library/view/continuous-delivery-reliable/9780321670250/) Jez Humble and David Farley -## Test-Driven Development (Design) +## Test-Driven Development TDD highly correlates with application architecture that is easy to maintain and easy to upgrade.