diff --git a/docs/index.html b/docs/index.html
index 9abd351..3d9ec7a 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -257,12 +257,16 @@
Quality - DDT (test after)
Quality — symptoms of DDT
- - Verify what the code does instead of what the code was intended to do
+ - Verify what the code does...
+
+ - instead of what it was intended to do
+
+
- They often...
- - miss professional and technical use cases*
- - are less clean, readable and maintainable
- - have an improper scope**
+ - miss professional and technical use cases*
+ - are less clean, readable and maintainable
+ - have an improper scope**
@@ -1201,7 +1205,7 @@ TDD - rules
- focus on one detail aka. one test at a time
- New test shows what's missing
- - no prod change without a test*
+ - no prod change without a test*
* We talk about exceptions later