Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 5d115d9

Browse files
committed
Fixing publically typo
1 parent 41bb9d8 commit 5d115d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CodePush.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ - (void)startRollbackTimer:(int)rollbackTimeout
402402
}
403403

404404
/*
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"
406406
* module, and is only used internally to populate the RemotePackage.failedApply property.
407407
*/
408408
RCT_EXPORT_METHOD(isFailedUpdate:(NSString *)packageHash
@@ -414,7 +414,7 @@ - (void)startRollbackTimer:(int)rollbackTimeout
414414
}
415415

416416
/*
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"
418418
* module, and is only used internally to populate the LocalPackage.isFirstRun property.
419419
*/
420420
RCT_EXPORT_METHOD(isFirstRun:(NSString *)packageHash
@@ -441,7 +441,7 @@ - (void)startRollbackTimer:(int)rollbackTimeout
441441
}
442442

443443
/*
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"
445445
* module, and is only used internally to support immediately installed updates.
446446
*/
447447
RCT_EXPORT_METHOD(restartImmediateUpdate:(int)rollbackTimeout)

0 commit comments

Comments
 (0)