From cc9a88df808cf1af61dae4af4ff36c74e7a48eb9 Mon Sep 17 00:00:00 2001 From: Thad Guidry Date: Wed, 5 Jan 2022 16:15:48 -0600 Subject: [PATCH] fix grammar typo and simplify dark web instructions --- src/DarkWeb/DarkWeb.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.", ); } }