diff --git a/src/main/resources/templates/businesses.html b/src/main/resources/templates/businesses.html
index 091790d698570ce0517ed7de85d0781c5eaa78cd..b9818c7d4f27f95718abd5eddbaa8b83286779ec 100644
--- a/src/main/resources/templates/businesses.html
+++ b/src/main/resources/templates/businesses.html
@@ -14,8 +14,8 @@
 <h3>Compete with Online Retailers</h3>
 <h3>Drive Footfall to the high street</h3>
 <h3>Increase Sales</h3>
-<ul th:each="business:${busiSub}">
-    <li th:text="${business}"></li>
+<ul th:each="businesses:${busiSub}">
+    <li th:text="${businesses}"></li>
 </ul>
 <button><a href="/businessSub" id="business">Businesses please enter here</a></button>
 </body>