mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 15:43:49 +01:00
Merge pull request #2483 from PhilipArmstead/warehouse-typo
Removing errant apostrophe
This commit is contained in:
commit
3fe77f5a0b
@ -146,7 +146,7 @@ function WarehouseRoot(props: IProps): React.ReactElement {
|
|||||||
</Button>
|
</Button>
|
||||||
</Box>
|
</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 />
|
<br />
|
||||||
<Typography>
|
<Typography>
|
||||||
<IndustryProductEquation key={division.name} division={division} />
|
<IndustryProductEquation key={division.name} division={division} />
|
||||||
|
Loading…
Reference in New Issue
Block a user