From d667d09b1987d6e309548386f6a38ea181bb25b4 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Tue, 14 May 2019 14:28:14 -0400 Subject: [PATCH] games.json: accidentally an "i" --- _data/all_rules/games.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/all_rules/games.json b/_data/all_rules/games.json index cd5ff8d..a5fb7e9 100644 --- a/_data/all_rules/games.json +++ b/_data/all_rules/games.json @@ -3,6 +3,6 @@ "rules": [ { "text": "if you’re going to continue complaining about a particular game then you must provide a considerable alternative, suffice to stop complaining, or consider sitting out that day" }, { "text": "if after more than one explanation, and video tutorial, you require continued clarification a particular game, perhaps it’s not the game for you" }, - { "text": "f a game seems \"broken\"/\"designed poorly\"/\"terrible\", more over consistently so, and by continued review it appears to just be only you experiencing this, maybe that game isn’t for you" } + { "text": "if a game seems \"broken\"/\"designed poorly\"/\"terrible\", more over consistently so, and by continued review it appears to just be only you experiencing this, maybe that game isn’t for you" } ] -} \ No newline at end of file +}