Browse Source

Fix typo of the FirebaseABTesting files (#13335)

Seyed Mojtaba Hosseini Zeidabadi 1 năm trước cách đây
mục cha
commit
ee851a6f76
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      FirebaseABTesting/Sources/FIRExperimentController.m

+ 1 - 1
FirebaseABTesting/Sources/FIRExperimentController.m

@@ -191,7 +191,7 @@ NSArray *ABTExperimentsToClearFromPayloads(
   ABTConditionalUserPropertyController *controller =
       [ABTConditionalUserPropertyController sharedInstanceWithAnalytics:_analytics];
 
-  // Get the list of expriments from Firebase Analytics.
+  // Get the list of experiments from Firebase Analytics.
   NSArray *experiments = [controller experimentsWithOrigin:origin];
   if (!experiments) {
     NSString *errorDescription =