Skip to content

Commit

Permalink
Fixed typos in code review
Browse files Browse the repository at this point in the history
  • Loading branch information
GGGava committed Jan 13, 2023
1 parent 0ec4463 commit cf3d31e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RCTAppleHealthKit/RCTAppleHealthKit+Queries.m
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ - (void)setObserverForType:(HKSampleType *)sampleType
return;
}

NSLog(@"Emtting event: %@", successEvent);
NSLog(@"Emitting event: %@", successEvent);
[self emitEventWithName:successEvent andPayload:@{}];

completionHandler();
Expand Down Expand Up @@ -928,7 +928,7 @@ - (void)setObserverForType:(HKSampleType *)sampleType
if(self.hasListeners) {
[self emitEventWithName:successEvent andPayload:@{}];
} else {
NSLog(@"has no listeners for %@", successEvent);
NSLog(@"There is no listeners for %@", successEvent);
}
completionHandler();

Expand Down

0 comments on commit cf3d31e

Please sign in to comment.