docs: spell out TDD in ATDD link text

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
forcetrainer 2026-01-17 00:13:30 -05:00
parent 7d39a2bbdd
commit 7fd39dffe7
1 changed files with 1 additions and 1 deletions

View File

@ -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