浏览代码

Fix typo in FIRIAMBaseRenderingViewController (#9404)

Philipp Hofmann 4 年之前
父节点
当前提交
f7ebbc146b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      FirebaseInAppMessaging/Sources/DefaultUI/FIRIAMBaseRenderingViewController.h

+ 1 - 1
FirebaseInAppMessaging/Sources/DefaultUI/FIRIAMBaseRenderingViewController.h

@@ -36,7 +36,7 @@ NS_EXTENSION_UNAVAILABLE("Firebase In App Messaging is not supported for iOS ext
 - (void)appDidBecomeActive:(NSNotification *)notification;
 
 // Tracking the aggregate impression time for the rendered message. Used to determine when
-// we are eaching the minimal iimpression time requirements. Exposed so that sub banner vc
+// we are eaching the minimal impression time requirements. Exposed so that sub banner vc
 // class can use it for auto dismiss tracking
 @property(nonatomic) double aggregateImpressionTimeInSeconds;