Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Feb 1, 2024
1 parent 3083cf7 commit bdf3380
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ui/views/Playoffs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const Playoffs = ({
);
},
teams: teamsEdited,
}
}
: undefined;

return (
Expand Down Expand Up @@ -203,12 +203,12 @@ const Playoffs = ({
<p className="mb-2">
The {helpers.plural("winner", playIns.length)} of the{" "}
{playIns[0][0].home.seed}/{playIns[0][0].away.seed}{" "}
{helpers.plural("game makes", playIns.length, "games make")} the
{helpers.plural("game makes", playIns.length, "games make")} the{" "}
playoffs. Then the{" "}
{helpers.plural("loser plays", playIns.length, "losers play")} the
{helpers.plural("loser plays", playIns.length, "losers play")} the{" "}
{helpers.plural("winner", playIns.length)} of the{" "}
{playIns[0][1].home.seed}/{playIns[0][1].away.seed}{" "}
{helpers.plural("game", playIns.length)} for the final playoffs
{helpers.plural("game", playIns.length)} for the final playoffs{" "}
{helpers.plural("spot", playIns.length)}.
</p>
{[...playIns].reverse().map((playIn, i) => {
Expand Down

0 comments on commit bdf3380

Please sign in to comment.