diff --git a/src/actions/fight.php b/src/actions/fight.php
index 2087dea..c3c2d9f 100644
--- a/src/actions/fight.php
+++ b/src/actions/fight.php
@@ -164,7 +164,7 @@ function fight()
if ($playerisdead != 1) {
$page["command"] = <<
-
";
- $page .= "You may also choose to just continue exploring and give up this item.";
+ $page .= "You may also choose to just continue exploring and give up this item.";
return is_htmx() ? $page : display($page, "Item Drop");
}
@@ -365,7 +369,7 @@ function dead()
You have died.
As a consequence, you've lost half of your gold. However, you have been given back a portion of your hit points
to continue your journey.
- You may now continue back to town, and we hope you fair better next time.
+ You may now continue back to town, and we hope you fair better next time.
HTML;
return is_htmx() ? $page : display($page, 'You Died');
}