diff --git a/FirebaseInAppMessaging/Sources/Runtime/FIRIAMRuntimeManager.m b/FirebaseInAppMessaging/Sources/Runtime/FIRIAMRuntimeManager.m index afaf6058b98..4e467b43704 100644 --- a/FirebaseInAppMessaging/Sources/Runtime/FIRIAMRuntimeManager.m +++ b/FirebaseInAppMessaging/Sources/Runtime/FIRIAMRuntimeManager.m @@ -155,7 +155,7 @@ - (void)setAutomaticDataCollectionEnabled:(BOOL)automaticDataCollectionEnabled { } - (BOOL)shouldRunSDKFlowsOnStartup { - // This can be controlled at 3 different levels in decsending priority. If a higher-priority + // This can be controlled at 3 different levels in descending priority. If a higher-priority // setting exists, the lower level settings are ignored. // 1. Setting made by the app by setting FIAM SDK's automaticDataCollectionEnabled flag. // 2. FIAM specific data collection setting in plist file.