Merge pull request #2489 from TheMas3212/fix-2452

fix grammar in Ishima Glitch
This commit is contained in:
hydroflame 2022-01-09 13:00:35 -05:00 committed by GitHub
commit a2cf8c0244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -286,7 +286,7 @@ export function SpecialLocation(props: IProps): React.ReactElement {
return ( return (
<> <>
<Typography> <Typography>
<CorruptableText content={"An eerie aura surround this area. You feel you should leave."} /> <CorruptableText content={"An eerie aura surrounds this area. You feel you should leave."} />
</Typography> </Typography>
</> </>
); );