diff --git a/game/messages.py b/game/messages.py index 4f83244f7..1f384151e 100644 --- a/game/messages.py +++ b/game/messages.py @@ -2344,7 +2344,7 @@ def title_level109(): def description_level109(): message = ( - "For this challenge, the road straight line sections of road start off increasing " + "For this challenge, the straight line sections of road start off increasing " "by 1 after each turn and then switch to dividing by 2 with a twist!" ) return build_description(title_level109(), message)