diff --git a/FirebaseInAppMessaging/Sources/Private/Flows/FIRIAMMessageClientCache.h b/FirebaseInAppMessaging/Sources/Private/Flows/FIRIAMMessageClientCache.h index 6d40355cea0..2da61504f9b 100644 --- a/FirebaseInAppMessaging/Sources/Private/Flows/FIRIAMMessageClientCache.h +++ b/FirebaseInAppMessaging/Sources/Private/Flows/FIRIAMMessageClientCache.h @@ -84,7 +84,7 @@ API_AVAILABLE(ios(13.0), tvos(13.0)) - (nullable FIRIAMMessageDefinition *)nextOnFirebaseAnalyticEventDisplayMsg:(NSString *)eventName; // Call this after a message has been rendered to remove it from the cache. -- (void)removeMessageWithId:(NSString *)messgeId; +- (void)removeMessageWithId:(NSString *)messageId; // reset messages data - (void)setMessageData:(NSArray *)messages;