Skip to content

Commit 0ce4a85

Browse files
committed
fix typo
1 parent 46d6c87 commit 0ce4a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/corporate-conundrum/question.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SELECT 'alert' as component,
2626
'red' as color,
2727
'Make them guess: ' || wrong_answer as title,
2828
'You are the impostor!
29-
Your goal is to sabotage the game by making others give an answer that will be closer to ' || wrong_answer || ' then to the true answer.
29+
Your goal is to sabotage the game by making others give an answer that will be closer to ' || wrong_answer || ' than to the true answer.
3030
The more other players you manage to trick, the more points you will get.' as description
3131
FROM game_questions
3232
WHERE game_id = $game_id::integer

0 commit comments

Comments
 (0)