Merge pull request #2200 from 2PacIsAlive/dev

Fix "Terminal capacity" option description typo
This commit is contained in:
hydroflame 2021-12-28 10:31:06 -05:00 committed by GitHub
commit 91d9549999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -292,7 +292,7 @@ export function GameOptionsRoot(props: IProps): React.ReactElement {
<Tooltip
title={
<Typography>
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.
</Typography>
}