diff --git a/docs/SignedAPKAndroid.md b/docs/SignedAPKAndroid.md index e2ee2fa3776adf..cb3065d443d37d 100644 --- a/docs/SignedAPKAndroid.md +++ b/docs/SignedAPKAndroid.md @@ -95,7 +95,7 @@ $ react-native run-android --variant=release Note that `--variant=release` is only available if you've set up signing as described above. -You can kill any running packager instances, all your and framework JavaScript code is bundled in the APK's assets. +You can kill any running packager instances, all your framework and JavaScript code is bundled in the APK's assets. ### Enabling Proguard to reduce the size of the APK (optional)