From e3a9f9edab35d56afa3f5eac18bbaf0303c44199 Mon Sep 17 00:00:00 2001 From: Jared Jolton <2PacIsAlive@users.noreply.github.com> Date: Sun, 26 Dec 2021 20:21:35 -0700 Subject: [PATCH] Fix "Terminal capacity" option description typo --- src/ui/React/GameOptionsRoot.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/React/GameOptionsRoot.tsx b/src/ui/React/GameOptionsRoot.tsx index fac1faa4c..24443de42 100644 --- a/src/ui/React/GameOptionsRoot.tsx +++ b/src/ui/React/GameOptionsRoot.tsx @@ -292,7 +292,7 @@ export function GameOptionsRoot(props: IProps): React.ReactElement { - The maximum number of entries that can be written to a the terminal. Setting this too high can cause + The maximum number of entries that can be written to the terminal. Setting this too high can cause the game to use a lot of memory. }