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

Commit 8ee42b7

Browse files
committed
Fixing typo
1 parent 5c3b9ee commit 8ee42b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodePush.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async function checkForUpdate(deploymentKey = null) {
5959
*/
6060
if (!update || update.updateAppVersion || (update.packageHash === localPackage.packageHash)) {
6161
if (update.updateAppVersion) {
62-
log("An update is available but it is targetting a newer binary version than you are currently running.");
62+
log("An update is available but it is targeting a newer binary version than you are currently running.");
6363
}
6464

6565
return null;

0 commit comments

Comments
 (0)