diff --git a/src/chat/src/app.ts b/src/chat/src/app.ts
index d7a2aa6..17dad71 100644
--- a/src/chat/src/app.ts
+++ b/src/chat/src/app.ts
@@ -229,7 +229,7 @@ async function onReady(fastify: FastifyInstance) {
const profilInvite: ClientProfil = JSON.parse(data) || '';
const linkGame: PongGameId | undefined = await setGameLink(fastify, data);
if (!linkGame) return;
- const link: string = `Click me`;
+ const link: string = `Click me`;
const inviteHtml: string = 'invites you to a game ' + link;
if (clientName !== null) {