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

Commit f251809

Browse files
author
Richard Hua
authored
Merge pull request #533 from mobileDevNativeCross/patch-2
Update README.md
2 parents 73b286d + 08dce65 commit f251809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ This decorator provides support for letting you customize its behaviour to easil
829829
// the different stages of the sync process.
830830
class MyApp extends Component {
831831
codePushStatusDidChange(status) {
832-
switch(syncStatus) {
832+
switch(status) {
833833
case codePush.SyncStatus.CHECKING_FOR_UPDATE:
834834
console.log("Checking for updates.");
835835
break;

0 commit comments

Comments
 (0)