From 536845186754a9ae56e9d4a4fae97d661e272691 Mon Sep 17 00:00:00 2001 From: Mathx2 Date: Thu, 7 Sep 2023 13:23:42 -0700 Subject: [PATCH] Timespinner: Options.py Typo (#2154) Line 63, changed the commend from (Reccomended) to (Recommended) --- worlds/timespinner/Options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/timespinner/Options.py b/worlds/timespinner/Options.py index 5f4d230688bd..8b111849442c 100644 --- a/worlds/timespinner/Options.py +++ b/worlds/timespinner/Options.py @@ -60,7 +60,7 @@ class BossRando(Toggle): class BossScaling(DefaultOnToggle): - "When Boss Rando is enabled, scales the bosses' HP, XP, and ATK to the stats of the location they replace (Reccomended)" + "When Boss Rando is enabled, scales the bosses' HP, XP, and ATK to the stats of the location they replace (Recommended)" display_name = "Scale Random Boss Stats"