This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ - (void)startRollbackTimer:(int)rollbackTimeout
402
402
}
403
403
404
404
/*
405
- * This method isn't publically exposed via the "react-native-code-push"
405
+ * This method isn't publicly exposed via the "react-native-code-push"
406
406
* module, and is only used internally to populate the RemotePackage.failedApply property.
407
407
*/
408
408
RCT_EXPORT_METHOD (isFailedUpdate:(NSString *)packageHash
@@ -414,7 +414,7 @@ - (void)startRollbackTimer:(int)rollbackTimeout
414
414
}
415
415
416
416
/*
417
- * This method isn't publically exposed via the "react-native-code-push"
417
+ * This method isn't publicly exposed via the "react-native-code-push"
418
418
* module, and is only used internally to populate the LocalPackage.isFirstRun property.
419
419
*/
420
420
RCT_EXPORT_METHOD (isFirstRun:(NSString *)packageHash
@@ -441,7 +441,7 @@ - (void)startRollbackTimer:(int)rollbackTimeout
441
441
}
442
442
443
443
/*
444
- * This method isn't publically exposed via the "react-native-code-push"
444
+ * This method isn't publicly exposed via the "react-native-code-push"
445
445
* module, and is only used internally to support immediately installed updates.
446
446
*/
447
447
RCT_EXPORT_METHOD (restartImmediateUpdate:(int )rollbackTimeout)
You can’t perform that action at this time.
0 commit comments