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

Commit 049b3f0

Browse files
committed
Fixing typo
1 parent 347771c commit 049b3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodePush.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ function sync(options = {}, syncStatusChangeCallback, downloadProgressCallback)
179179
}
180180
break;
181181
case CodePush.SyncStatus.UNKNOWN_ERROR:
182-
log("An unknown error occurred.);
182+
log("An unknown error occurred.");
183183
break;
184184
}
185185
};

0 commit comments

Comments
 (0)