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

Commit 0e4f0b3

Browse files
authored
Merge pull request #399 from corymsmith/patch-2
Fixing some spelling mistakes in Readme
2 parents 65b906d + ec5faff commit 0e4f0b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ In our [getting started](#getting-started) docs, we illustrated how to configure
437437
438438
*NOTE: Our client-side rollback feature can help unblock users after installing a release that resulted in a crash, and server-side rollbacks (i.e. `code-push rollback`) allow you to prevent additional users from installing a bad release once it's been identified. However, it's obviously better if you can prevent an erroneous update from being broadly released in the first place.*
439439
440-
Taking advantage of the `Staging` and `Production` deployments allows you to acheive a workflow like the following (feel free to customize!):
440+
Taking advantage of the `Staging` and `Production` deployments allows you to achieve a workflow like the following (feel free to customize!):
441441
442442
1. Release a CodePush update to your `Staging` deployment using the `code-push release-react` command (or `code-push release` if you need more control)
443443
@@ -483,7 +483,7 @@ To set this up, perform the following steps:
483483

484484
*NOTE: As a reminder, you can retrieve these keys by running `code-push deployment ls <APP_NAME> -k` from your terminal.*
485485

486-
4. Open up your `MainAtivity.java` file and change the `CodePush` constructor to pass the deployment key in via the build config you just defined, as opposed to a string literal.
486+
4. Open up your `MainActivity.java` file and change the `CodePush` constructor to pass the deployment key in via the build config you just defined, as opposed to a string literal.
487487

488488
```java
489489
new CodePush(BuildConfig.CODEPUSH_KEY, this, BuildConfig.DEBUG);

0 commit comments

Comments
 (0)