Merge pull request #2483 from PhilipArmstead/warehouse-typo

Removing errant apostrophe
This commit is contained in:
hydroflame 2022-01-09 13:00:23 -05:00 committed by GitHub
commit 3fe77f5a0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -146,7 +146,7 @@ function WarehouseRoot(props: IProps): React.ReactElement {
</Button>
</Box>
<Typography>This industry uses the following equation for it's production: </Typography>
<Typography>This industry uses the following equation for its production: </Typography>
<br />
<Typography>
<IndustryProductEquation key={division.name} division={division} />