diff --git a/server/chat-commands/core.ts b/server/chat-commands/core.ts
index 382210bb396d..9334f78074c6 100644
--- a/server/chat-commands/core.ts
+++ b/server/chat-commands/core.ts
@@ -292,7 +292,7 @@ export const commands: Chat.ChatCommands = {
}
const link = `https://www.smogon.com/tools/connect-ps-account/${user.id}/${name}`;
user.send(`|openpage|${link}`);
- this.sendReply(`|html|If the page failed to open, you may link your Smogon and PS accounts by clcking this link.`);
+ this.sendReply(`|html|If the page failed to open, you may link your Smogon and PS accounts by clicking this link.`);
},
async msgroom(target, room, user, connection) {