We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5c890 commit f53b457Copy full SHA for f53b457
FirebaseInAppMessaging/Sources/Runtime/FIRIAMRuntimeManager.m
@@ -155,7 +155,7 @@ - (void)setAutomaticDataCollectionEnabled:(BOOL)automaticDataCollectionEnabled {
155
}
156
157
- (BOOL)shouldRunSDKFlowsOnStartup {
158
- // 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
159
// setting exists, the lower level settings are ignored.
160
// 1. Setting made by the app by setting FIAM SDK's automaticDataCollectionEnabled flag.
161
// 2. FIAM specific data collection setting in plist file.
0 commit comments