Skip to content

Commit bdf3380

Browse files
committed
Typo
1 parent 3083cf7 commit bdf3380

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ui/views/Playoffs.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const Playoffs = ({
100100
);
101101
},
102102
teams: teamsEdited,
103-
}
103+
}
104104
: undefined;
105105

106106
return (
@@ -203,12 +203,12 @@ const Playoffs = ({
203203
<p className="mb-2">
204204
The {helpers.plural("winner", playIns.length)} of the{" "}
205205
{playIns[0][0].home.seed}/{playIns[0][0].away.seed}{" "}
206-
{helpers.plural("game makes", playIns.length, "games make")} the
206+
{helpers.plural("game makes", playIns.length, "games make")} the{" "}
207207
playoffs. Then the{" "}
208-
{helpers.plural("loser plays", playIns.length, "losers play")} the
208+
{helpers.plural("loser plays", playIns.length, "losers play")} the{" "}
209209
{helpers.plural("winner", playIns.length)} of the{" "}
210210
{playIns[0][1].home.seed}/{playIns[0][1].away.seed}{" "}
211-
{helpers.plural("game", playIns.length)} for the final playoffs
211+
{helpers.plural("game", playIns.length)} for the final playoffs{" "}
212212
{helpers.plural("spot", playIns.length)}.
213213
</p>
214214
{[...playIns].reverse().map((playIn, i) => {

0 commit comments

Comments
 (0)