diff --git a/server/src/utils/jwt.ts b/server/src/utils/jwt.ts index 598e42da..914a53e5 100644 --- a/server/src/utils/jwt.ts +++ b/server/src/utils/jwt.ts @@ -73,7 +73,7 @@ export interface JWTOption< */ exp?: string | number /** - * Disable Ahead of Time compliation + * Disable Ahead of Time compilation * * Reduced performance but faster startup time */