Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
silkeholmebonnen committed Aug 20, 2024
1 parent 19515fe commit 89f562f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/MetricRatio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { FormatParameters } from 'utils/formatting';
interface MetricRatioProps {
value: number;
total: number | null | undefined;
format: (paramerters: FormatParameters) => string | number;
format: (parameters: FormatParameters) => string | number;
label?: string;
useTotalUnit?: boolean;
}
Expand Down

0 comments on commit 89f562f

Please sign in to comment.