diff --git a/guide/english/software-engineering/quality-assurance/index.md b/guide/english/software-engineering/quality-assurance/index.md
index 65785c1626..0aa4492577 100644
--- a/guide/english/software-engineering/quality-assurance/index.md
+++ b/guide/english/software-engineering/quality-assurance/index.md
@@ -60,7 +60,7 @@ Refers to tests performed at a structural level, within the codebase. Programmer
Also known as 'Glass Box', 'Clear Box', 'Transparent Box' because the tester can 'see inside' the system under test.
-Main categories are
+Main categories are:
* **Unit tests** (individual units of code do what they should)
* **Integration tests** (units/components interact with each other properly)
@@ -78,7 +78,6 @@ There are three main techniques:
Test Driven Development (freeCodeCamp Guide)
Unit tests (freeCodeCamp Guide)
-=======
[Software Testing Fundamentals](http://softwaretestingfundamentals.com/)