From 7fd39dffe7959e741572070cddcb61298e25e5a6 Mon Sep 17 00:00:00 2001 From: forcetrainer Date: Sat, 17 Jan 2026 00:13:30 -0500 Subject: [PATCH] docs: spell out TDD in ATDD link text Co-Authored-By: Claude Opus 4.5 --- docs/tutorials/getting-started/tea-lite-quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/getting-started/tea-lite-quickstart.md b/docs/tutorials/getting-started/tea-lite-quickstart.md index 7436ddd7..7b677440 100644 --- a/docs/tutorials/getting-started/tea-lite-quickstart.md +++ b/docs/tutorials/getting-started/tea-lite-quickstart.md @@ -363,7 +363,7 @@ This tutorial used `*automate` to generate tests for **existing features** (test - Want failing tests BEFORE implementation - Following red → green → refactor cycle -See [How to Run ATDD](/docs/how-to/workflows/run-atdd.md) for the TDD approach. +See [How to Run ATDD](/docs/how-to/workflows/run-atdd.md) for the test-drive development (TDD) approach. ## Next Steps