fix grammar typo and simplify dark web instructions

This commit is contained in:
Thad Guidry 2022-01-05 16:15:48 -06:00 committed by GitHub
parent 7107dd682c
commit cc9a88df80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.",
);
}
}