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

Commit abc1c77

Browse files
author
Richard Hua
authored
Merge pull request #532 from mobileDevNativeCross/patch-1
Update README.md
2 parents f251809 + a91be27 commit abc1c77

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
@@ -849,7 +849,7 @@ This decorator provides support for letting you customize its behaviour to easil
849849
}
850850

851851
codePushDownloadDidProgress(progress) {
852-
console.log(progess.receivedBytes + " of " + progress.totalBytes + " received.");
852+
console.log(progress.receivedBytes + " of " + progress.totalBytes + " received.");
853853
}
854854
}
855855
MyApp = codePush(MyApp);

0 commit comments

Comments
 (0)