Skip to content

Commit

Permalink
client/waiting_room: Fixed small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xescugc committed Feb 3, 2024
1 parent dd056e9 commit 47e0b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/waiting_room.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func (wr *WaitingRoomStore) buildUI() {
}

titleW := widget.NewText(
widget.TextOpts.Text("Waitig for players to join", normalFont, color.White),
widget.TextOpts.Text("Waiting for players to join", normalFont, color.White),
widget.TextOpts.Position(widget.TextPositionCenter, widget.TextPositionCenter),
widget.TextOpts.WidgetOpts(
widget.WidgetOpts.LayoutData(widget.RowLayoutData{
Expand Down

0 comments on commit 47e0b0b

Please sign in to comment.