From 5ec50678b0d739748f427ec4d9dc99f8743c0179 Mon Sep 17 00:00:00 2001 From: tobspr Date: Sat, 29 Aug 2020 23:06:14 +0200 Subject: [PATCH] Fix typo --- src/js/changelog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/changelog.js b/src/js/changelog.js index 86d18446..27be28bf 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -15,7 +15,7 @@ export const CHANGELOG = [ "Added multiple settings to optimize the performance", "Updated the soundtrack again, it is now 40 minutes in total!", "Added a button to the statistics dialog to disable the sorting (by squeek502)", - "Tier 2 tunnels are now 9 tiles wide, so the gap between is 8 tiles (double the range as tier1)", + "Tier 2 tunnels are now 9 tiles wide, so the gap between is 8 tiles (double the tier 1 range)", "Updated and added new translations (Thanks to all contributors!)", "Added setting to be able to delete buildings while placing (inspired by hexy)", "Mark pinned shapes in statistics dialog and show them first (inspired by davidburhans)",