diff --git a/src/api/src/main.py b/src/api/src/main.py
index 9850c08..1ac749a 100644
--- a/src/api/src/main.py
+++ b/src/api/src/main.py
@@ -34,7 +34,7 @@ async def download_book(
if username and not password or password and not username:
return HTMLResponse(
status_code=422,
- content='Include both the username _and_ password, or neither. Support is available on the Discord',
+ content='Include both the username and password, or neither. Support is available on the Discord',
)
if username and password: