Skip to content

Commit e079bb9

Browse files
tristanbbqRichard Hua
authored andcommitted
Correct console message in status change example (microsoft#609)
1 parent f805fea commit e079bb9

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
@@ -843,7 +843,7 @@ This decorator provides support for letting you customize its behaviour to easil
843843
console.log("Installing update.");
844844
break;
845845
case codePush.SyncStatus.UP_TO_DATE:
846-
console.log("Installing update.");
846+
console.log("Up-to-date.");
847847
break;
848848
case codePush.SyncStatus.UPDATE_INSTALLED:
849849
console.log("Update installed.");

0 commit comments

Comments
 (0)