Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Jul 24, 2022
1 parent ef073ac commit 8936879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Frontend/CrosswordController.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function playAction()
$viewModel = $this->buildView($this->game);
$words = $this->game->getWords();
switch ($this->game->getGameType()) {
case "crowssword":
case "crossword":
$rows = $this->game->getLayoutRows();
$columns = $this->game->getLayoutColumns();
$acrossClues = [];
Expand Down

0 comments on commit 8936879

Please sign in to comment.