diff --git a/app/rules/page.tsx b/app/rules/page.tsx
index 0146b98..505040d 100644
--- a/app/rules/page.tsx
+++ b/app/rules/page.tsx
@@ -22,8 +22,9 @@ export default function RulesPage() {
place a player and two blocks on the map.
- Your goal is for the player to survive the zombie attack. Zombie's
- have 2 health and if a zombie reaches the player you lose.
+ Your goal is for the player to survive the zombie attack.
+ Zombie's have 2 health and if a zombie reaches the player you
+ lose.
Zombies can only move horizontally or vertically and they will
@@ -37,7 +38,7 @@ export default function RulesPage() {
Tips and Tricks
-
- Often it's good to wall off between the zombies and players if
+ Often it's good to wall off between the zombies and players if
possible, as this will slow zombies down.
- You should never put a player directly next to a zombie.