diff --git a/server/index.ts b/server/index.ts index 85c94f085..2bfa92daf 100644 --- a/server/index.ts +++ b/server/index.ts @@ -148,7 +148,7 @@ const rateLimitDefault = { standardHeaders: true, legacyHeaders: false, validate: { trustProxy: false }, - // Malicious users can spoof their IP address which means we should not deault + // Malicious users can spoof their IP address which means we should not default // to trusting req.ip when hosted on Fly.io. However, users cannot spoof Fly-Client-Ip. // When sitting behind a CDN such as cloudflare, replace fly-client-ip with the CDN // specific header such as cf-connecting-ip