From 5d115d9d060ad994691c599352f65c737226adcf Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Tue, 24 Nov 2015 13:53:48 -0800 Subject: [PATCH] Fixing publically typo --- CodePush.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CodePush.m b/CodePush.m index fb7b4a0..b90be1f 100644 --- a/CodePush.m +++ b/CodePush.m @@ -402,7 +402,7 @@ RCT_EXPORT_METHOD(installUpdate:(NSDictionary*)updatePackage } /* - * This method isn't publically exposed via the "react-native-code-push" + * This method isn't publicly exposed via the "react-native-code-push" * module, and is only used internally to populate the RemotePackage.failedApply property. */ RCT_EXPORT_METHOD(isFailedUpdate:(NSString *)packageHash @@ -414,7 +414,7 @@ RCT_EXPORT_METHOD(isFailedUpdate:(NSString *)packageHash } /* - * This method isn't publically exposed via the "react-native-code-push" + * This method isn't publicly exposed via the "react-native-code-push" * module, and is only used internally to populate the LocalPackage.isFirstRun property. */ RCT_EXPORT_METHOD(isFirstRun:(NSString *)packageHash @@ -441,7 +441,7 @@ RCT_EXPORT_METHOD(notifyApplicationReady:(RCTPromiseResolveBlock)resolve } /* - * This method isn't publically exposed via the "react-native-code-push" + * This method isn't publicly exposed via the "react-native-code-push" * module, and is only used internally to support immediately installed updates. */ RCT_EXPORT_METHOD(restartImmediateUpdate:(int)rollbackTimeout)