Merge pull request #2374 from thadguidry/patch-2

fix grammar typo and simplify dark web instructions
This commit is contained in:
hydroflame 2022-01-06 11:25:03 -05:00 committed by GitHub
commit 0d699edd1c
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.",
);
}
}