diff --git a/the-prestige.pyproj b/the-prestige.pyproj
index 7ad6158..515b29f 100644
--- a/the-prestige.pyproj
+++ b/the-prestige.pyproj
@@ -46,6 +46,7 @@
Code
+
diff --git a/the_prestige.py b/the_prestige.py
index 37c9646..be1e505 100644
--- a/the_prestige.py
+++ b/the_prestige.py
@@ -706,7 +706,7 @@ class StartDraftCommand(Command):
if draft.round == DRAFT_ROUNDS:
body = random.choice([
f"Now just choose a pitcher and we can finish off this paperwork for you, {draft.active_drafter}",
- f"Pick a pitcher, {draft.active_drafter}, and we can all go home happy. 'Cept your players. They'll have to play bllaseball.",
+ f"Pick a pitcher, {draft.active_drafter}, and we can all go home happy. 'Cept your players. They'll have to play baseball.",
f"Almost done, {draft.active_drafter}. Pick your pitcher.",
])
message = f"⚾️ {message_prefix} {body}"