diff --git a/server/chat-plugins/auction.ts b/server/chat-plugins/auction.ts
index 0879c186fd..b3a416c5a5 100644
--- a/server/chat-plugins/auction.ts
+++ b/server/chat-plugins/auction.ts
@@ -581,7 +581,7 @@ export class Auction extends Rooms.SimpleRoomGame {
const curUser = Users.getExact(currManager.id);
curUser?.sendTo(this.room, notifyMsg);
curUser?.sendTo(this.room,
- `|raw|Send a message with the amount you want to bid (e.g. .5 or 5 will place a bid of 5000)!`);
+ `|raw|Send a message with the amount you want to bid (e.g. .5 or 5 will place a bid of 5000)!`);
}
this.sendBidInfo();
this.startBidTimer();