making rest words non capitalize
diff --git a/docs/_writing-tests/rendering.md b/docs/_writing-tests/rendering.md
index 31abeb4..aff5768 100644
--- a/docs/_writing-tests/rendering.md
+++ b/docs/_writing-tests/rendering.md
@@ -9,7 +9,7 @@
 judged and following common patterns makes it easier to correctly tell if a
 given test passed or not.
 
-## Make Tests Self-Describing
+## Make tests self-describing
 
 Tests should make it obvious when they pass and when they fail. It shouldn't be necessary to consult the specification to figure out whether a test has passed of failed.