Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkVillacampa committed Feb 24, 2024
1 parent ac56428 commit b5db8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNPurchases.m
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ static void logUnavailablePresentCodeRedemptionSheet() {
completion: [self getResponseCompletionBlockWithResolve:resolve
reject:reject]];
} else {
NSLog(@"[Purchases] Warning: tried handle Observer Mode transaction, but it's only available on iOS 15.0 or greater.");
NSLog(@"[Purchases] Warning: tried to handle Observer Mode transaction, but it's only available on iOS 15.0 or greater.");
resolve(nil);
}
}
Expand Down

0 comments on commit b5db8b8

Please sign in to comment.