Skip to content

Commit

Permalink
fix: typo in labels (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
rudiejd authored Apr 16, 2024
1 parent 417f21c commit 37c2bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/labels.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const getDepartureTimePrediction = (prediction: Date) => {

const getLastUpdatedAt = (updatedAt: Date) => {
if (updatedAt) {
return `Postion updated ${updatedAt.toLocaleTimeString()}`;
return `Position updated ${updatedAt.toLocaleTimeString()}`;
}
return '';
};
Expand Down

0 comments on commit 37c2bad

Please sign in to comment.