Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CarinaWolli committed Jan 21, 2025
1 parent 0fc1a8c commit 03e3886
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const hasActiveTeamPlanHandler = async ({ ctx }: HasActiveTeamPlanOptions

if (!teams.length) return false;

// check if user as at least on membership with an active plan
// check if user has at least on membership with an active plan
for (const team of teams) {
const teamBillingService = new InternalTeamBilling(team);
const isPlanActive = await teamBillingService.checkIfTeamHasActivePlan();
Expand Down

0 comments on commit 03e3886

Please sign in to comment.