Skip to content

Commit be81e6e

Browse files
committed
Fix error wording
1 parent 9295f14 commit be81e6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

android/app/src/main/java/com/microsoft/codepush/react/CodePushUpdateManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ public void downloadPackage(JSONObject updatePackage, String expectedBundleFileN
278278
throw new CodePushInvalidUpdateException(
279279
"Error! Public key was provided but there is no JWT signature within app bundle to verify. " +
280280
"Possible reasons, why that might happen: \n" +
281-
"1. You've been released CodePush bundle update using version of CodePush CLI that is not support code signing.\n" +
282-
"2. You've been released CodePush bundle update without providing --privateKeyPath option."
281+
"1. You released a CodePush bundle update using version of CodePush CLI that does not support code signing.\n" +
282+
"2. You released a CodePush bundle update without providing --privateKeyPath option."
283283
);
284284
}
285285
} else {

0 commit comments

Comments
 (0)