Removing errant apostrophe

This commit is contained in:
philarmstead 2022-01-08 23:56:57 +00:00
parent 795f8b4d2b
commit 43d31c409c

@ -149,7 +149,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} />