diff --git a/src/DarkWeb/DarkWeb.tsx b/src/DarkWeb/DarkWeb.tsx
index 2833d3a11..4ae97029a 100644
--- a/src/DarkWeb/DarkWeb.tsx
+++ b/src/DarkWeb/DarkWeb.tsx
@@ -15,7 +15,7 @@ export function checkIfConnectedToDarkweb(): void {
     Terminal.print(
       "You are now connected to the dark web. From the dark web you can purchase illegal items. " +
         "Use the 'buy -l' command to display a list of all the items you can buy. Use 'buy [item-name]' " +
-        "to purchase an item. Use the 'buy -a' command to purchase unowned all items.",
+        "to purchase an item. Use 'buy -a' to purchase all unowned items.",
     );
   }
 }