Skip to content

Commit f7ebbc1

Browse files
Fix typo in FIRIAMBaseRenderingViewController (#9404)
1 parent 1da1de1 commit f7ebbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseInAppMessaging/Sources/DefaultUI/FIRIAMBaseRenderingViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ NS_EXTENSION_UNAVAILABLE("Firebase In App Messaging is not supported for iOS ext
3636
- (void)appDidBecomeActive:(NSNotification *)notification;
3737

3838
// Tracking the aggregate impression time for the rendered message. Used to determine when
39-
// we are eaching the minimal iimpression time requirements. Exposed so that sub banner vc
39+
// we are eaching the minimal impression time requirements. Exposed so that sub banner vc
4040
// class can use it for auto dismiss tracking
4141
@property(nonatomic) double aggregateImpressionTimeInSeconds;
4242

0 commit comments

Comments
 (0)