diff --git a/CodePush.m b/CodePush.m index fa05255..e4498ef 100644 --- a/CodePush.m +++ b/CodePush.m @@ -356,7 +356,7 @@ RCT_EXPORT_METHOD(installUpdate:(NSDictionary*)updatePackage /* * This method isn't publicly exposed via the "react-native-code-push" - * module, and is only used internally to populate the RemotePackage.failedApply property. + * module, and is only used internally to populate the RemotePackage.failedInstall property. */ RCT_EXPORT_METHOD(isFailedUpdate:(NSString *)packageHash resolve:(RCTPromiseResolveBlock)resolve @@ -406,4 +406,4 @@ RCT_EXPORT_METHOD(setUsingTestFolder:(BOOL)shouldUseTestFolder) usingTestFolder = shouldUseTestFolder; } -@end \ No newline at end of file +@end