Fix "Terminal capacity" option description typo

This commit is contained in:
Jared Jolton 2021-12-26 20:21:35 -07:00 committed by GitHub
parent d99b03d12e
commit e3a9f9edab
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 <Tooltip
title={ title={
<Typography> <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. the game to use a lot of memory.
</Typography> </Typography>
} }