From d726c0124574892b9776ff2f2ef84e0d6c23fa0f Mon Sep 17 00:00:00 2001
From: jballi17 <32826136+jballi17@users.noreply.github.com>
Date: Wed, 19 Dec 2018 02:39:12 -0600
Subject: [PATCH] formatting (#32231)
---
guide/english/software-engineering/quality-assurance/index.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
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/)