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

Commit 6f146d0

Browse files
committed
Adding ? to statement
1 parent ef4636a commit 6f146d0

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
@@ -146,7 +146,7 @@ codePush.checkForUpdate().then((update) => {
146146
if (!update) {
147147
console.log("The app is up to date!");
148148
} else {
149-
console.log("An update is available! Should we download it");
149+
console.log("An update is available! Should we download it?");
150150
}
151151
});
152152

0 commit comments

Comments
 (0)