Skip to content

Commit

Permalink
misc: addressed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sheensantoscapadngan committed Jun 14, 2024
1 parent 3dd024c commit b7326bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/ee/services/rate-limit/rate-limit-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const rateLimitServiceFactory = ({ rateLimitDAL, licenseService }: TRateL
return;
}

logger.info("Setting up backround sync process for rate limits");
logger.info("Setting up background sync process for rate limits");
// initial sync upon startup
await syncRateLimitConfiguration();

Expand Down

0 comments on commit b7326bf

Please sign in to comment.