Skip to content

Commit

Permalink
chore: fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vwh committed Sep 7, 2024
1 parent c42beb6 commit 43f14b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/results.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default function Results({ results, lengths }: ResultProps) {
{results.length} Results
{lengths.newLength > 0 && (
<span>
, Remove {Math.abs(lengths.oldLength - lengths.newLength)}{" "}
, Removed {Math.abs(lengths.oldLength - lengths.newLength)}{" "}
duplicates
</span>
)}
Expand Down

0 comments on commit 43f14b1

Please sign in to comment.