Skip to content

Commit

Permalink
Fix a typo (#85)
Browse files Browse the repository at this point in the history
Just a minor typo fix
  • Loading branch information
coderfromhere authored May 13, 2021
1 parent 4897a41 commit 29bc920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Page/Table.elm
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ viewGame model =
RoundFinished { playerVotes } ->
if amIDealer model && model.myVote /= Nothing then
-- Dealer definitng new ticket
[ Theme.highlightedHeading False [ Html.text "Set next taks OR finish the game!" ]
[ Theme.highlightedHeading False [ Html.text "Set next task OR finish the game!" ]
, viewSetName model
]

Expand Down

0 comments on commit 29bc920

Please sign in to comment.