Skip to content

Commit

Permalink
fix: typo in population text (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechsimetka committed Oct 13, 2021
1 parent f11bbd5 commit cc5e778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TopologyStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const TopologyStats = (props: Props): ReactElement => {
tooltip={thresholds.connectedPeers.explanation}
/>
<ExpandableListItem
label="Pupulation"
label="Population"
value={props.topology?.population.toString()}
tooltip={thresholds.population.explanation}
/>
Expand Down

0 comments on commit cc5e778

Please sign in to comment.