fix grammar in Ishima Glitch

This commit is contained in:
TheMas3212 2022-01-09 13:32:23 +11:00
parent 0de588ee17
commit 94eef03c74
No known key found for this signature in database
GPG Key ID: 62A173A4FDA683CA

@ -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>
</> </>
); );