From 8671f4c63dd218080585fe0174d04b2cbb3ddaab Mon Sep 17 00:00:00 2001 From: Maxime <12089026+mcbloch@users.noreply.github.com> Date: Sun, 29 Mar 2020 20:04:09 +0200 Subject: [PATCH] typo --- backend/templates/index.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/templates/index.html.tera b/backend/templates/index.html.tera index 4a8dca9..42c6b27 100644 --- a/backend/templates/index.html.tera +++ b/backend/templates/index.html.tera @@ -20,7 +20,7 @@ The lobby is the central hub, here you can find active and finished games. When a game is active you can find a key to enter, more on this later.

- In the lobby you can also create games, you should specify the name of your game, so you can later view it in the Visaulizer. Specify a map, maximum number of turns and the number of players. + In the lobby you can also create games, you should specify the name of your game, so you can later view it in the Visualizer. Specify a map, maximum number of turns and the number of players.

Yes the lobby is ugly, yes, part of the html is refreshed every second. It's opensource, please fix .