diff --git a/docs/src/pages/en/packages/cli/v12.0.0.mdx b/docs/src/pages/en/packages/cli/v12.0.0.mdx
index 57adf09c94..336c0a6085 100644
--- a/docs/src/pages/en/packages/cli/v12.0.0.mdx
+++ b/docs/src/pages/en/packages/cli/v12.0.0.mdx
@@ -9,7 +9,7 @@ import CodeCopy from "../../../../components/code-copy.astro";
## CLI
-`@brandingbrand/code-cli` is a package that listens commands that will invoke initializing an iOS and/or Android React Native project, add native code-signing keys and cleaning out native code + compiled configuration files.
+`@brandingbrand/code-cli` is a package that listens to commands that will invoke initializing an iOS and/or Android React Native project, add native code-signing keys and cleaning out native code + compiled configuration files.
### Getting Started
@@ -21,15 +21,15 @@ Add the above noted package and the `code` command is now available to use via `
### Usage
-The 3 commands that are available to use with `code` are: `init`, `keys` and `clean`. Each command accepts different options but do follow the same execution life-cycle hooks: pre, pre-platform, platform, post-platform, post.
+The 3 commands that are available to use with `code` are: `init`, `keys` and `clean`. Each command accepts different options but follows the same execution life-cycle hooks: pre, pre-platform, platform, post-platform, post.
These explicit life-cycle hooks exist to give full customization to the execution workflow. Each execution life-cycle hook exports an array of executors which each have a use case. To learn more about executors and the execution life-cycle hooks jump over to the [**Core**](/en/packages/core) package. The CLI package doesn't know any specifics of the executors, it only knows of the life-cycle hooks to invoke.
### Init
-Initializes a specificed platform project.
+Initializes a specified platform project.
-To invoke this `init` command run: `yarn code init`. This will invoke all the execution life-cycle hooks for `init`. There are a few options that can be sent to this command.
+To invoke the `init` command run: `yarn code init`. This will invoke all the execution life-cycle hooks for `init`. There are a few options that can be sent to this command.
#### Options
@@ -46,7 +46,7 @@ To invoke this `init` command run: `yarn code init`. This will invoke all the ex
Adds codesigning keys for a specified platform.
-To invoke this `keys` command run: `yarn code keys`. This will invoke all the execution life-cycle hooks for `keys`. There are a few options that can be sent to this command.
+To invoke the `keys` command run: `yarn code keys`. This will invoke all the execution life-cycle hooks for `keys`. There are a few options that can be sent to this command.
#### Options
diff --git a/docs/src/pages/en/packages/plugins/app-icon/v1.0.0.mdx b/docs/src/pages/en/packages/plugins/app-icon/v1.0.0.mdx
index a6227c81d1..127141fd65 100644
--- a/docs/src/pages/en/packages/plugins/app-icon/v1.0.0.mdx
+++ b/docs/src/pages/en/packages/plugins/app-icon/v1.0.0.mdx
@@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
-Add the above noted package and the plugin is avaialble in the Flagship Code plugin ecosystem.
+Add the above noted package and the plugin is available in the Flagship Code plugin ecosystem.
### Usage
diff --git a/docs/src/pages/en/packages/plugins/asset/v1.0.0.mdx b/docs/src/pages/en/packages/plugins/asset/v1.0.0.mdx
index c4508aa4e0..90d046b725 100644
--- a/docs/src/pages/en/packages/plugins/asset/v1.0.0.mdx
+++ b/docs/src/pages/en/packages/plugins/asset/v1.0.0.mdx
@@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
-Add the above noted package and the plugin is avaialble in the Flagship Code plugin ecosystem.
+Add the above noted package and the plugin is available in the Flagship Code plugin ecosystem.
### Usage
diff --git a/docs/src/pages/en/packages/plugins/fastlane/v1.0.0.mdx b/docs/src/pages/en/packages/plugins/fastlane/v1.0.0.mdx
index e074f94555..1ca029d2be 100644
--- a/docs/src/pages/en/packages/plugins/fastlane/v1.0.0.mdx
+++ b/docs/src/pages/en/packages/plugins/fastlane/v1.0.0.mdx
@@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
-Add the above noted package and the plugin is avaialble in the Flagship Code plugin ecosystem.
+Add the above noted package and the plugin is available in the Flagship Code plugin ecosystem.
### Usage
diff --git a/docs/src/pages/en/packages/plugins/fbsdk-next/v1.0.0.mdx b/docs/src/pages/en/packages/plugins/fbsdk-next/v1.0.0.mdx
index bfa9d1002c..fd027c9cac 100644
--- a/docs/src/pages/en/packages/plugins/fbsdk-next/v1.0.0.mdx
+++ b/docs/src/pages/en/packages/plugins/fbsdk-next/v1.0.0.mdx
@@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
-Add the above noted package and the plugin is avaialble in the Flagship Code plugin ecosystem.
+Add the above noted package and the plugin is available in the Flagship Code plugin ecosystem.
### Usage
diff --git a/docs/src/pages/en/packages/plugins/firebase-analytics/v1.0.0.mdx b/docs/src/pages/en/packages/plugins/firebase-analytics/v1.0.0.mdx
index 9352f97c9f..99c9b5b2f8 100644
--- a/docs/src/pages/en/packages/plugins/firebase-analytics/v1.0.0.mdx
+++ b/docs/src/pages/en/packages/plugins/firebase-analytics/v1.0.0.mdx
@@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
-Add the above noted package and the plugin is avaialble in the Flagship Code plugin ecosystem.
+Add the above noted package and the plugin is available in the Flagship Code plugin ecosystem.
### Usage
diff --git a/docs/src/pages/en/packages/plugins/firebase-app/v1.0.0.mdx b/docs/src/pages/en/packages/plugins/firebase-app/v1.0.0.mdx
index 99cf9815d7..405a413f16 100644
--- a/docs/src/pages/en/packages/plugins/firebase-app/v1.0.0.mdx
+++ b/docs/src/pages/en/packages/plugins/firebase-app/v1.0.0.mdx
@@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
-Add the above noted package and the plugin is avaialble in the Flagship Code plugin ecosystem.
+Add the above noted package and the plugin is available in the Flagship Code plugin ecosystem.
### Usage
diff --git a/docs/src/pages/en/packages/plugins/google-signin/v1.0.0.mdx b/docs/src/pages/en/packages/plugins/google-signin/v1.0.0.mdx
index d8628c6169..96565cf0ce 100644
--- a/docs/src/pages/en/packages/plugins/google-signin/v1.0.0.mdx
+++ b/docs/src/pages/en/packages/plugins/google-signin/v1.0.0.mdx
@@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
-Add the above noted package and the plugin is avaialble in the Flagship Code plugin ecosystem.
+Add the above noted package and the plugin is available in the Flagship Code plugin ecosystem.
### Usage
diff --git a/docs/src/pages/en/packages/plugins/leanplum/v1.0.1.mdx b/docs/src/pages/en/packages/plugins/leanplum/v1.0.1.mdx
index 01b12684b3..58e052905f 100644
--- a/docs/src/pages/en/packages/plugins/leanplum/v1.0.1.mdx
+++ b/docs/src/pages/en/packages/plugins/leanplum/v1.0.1.mdx
@@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
-Add the above noted package and the plugin is avaialble in the Flagship Code plugin ecosystem.
+Add the above noted package and the plugin is available in the Flagship Code plugin ecosystem.
### Usage
diff --git a/docs/src/pages/en/packages/plugins/native-navigation/v1.0.0.mdx b/docs/src/pages/en/packages/plugins/native-navigation/v1.0.0.mdx
index 438c4a8664..43f97c31ee 100644
--- a/docs/src/pages/en/packages/plugins/native-navigation/v1.0.0.mdx
+++ b/docs/src/pages/en/packages/plugins/native-navigation/v1.0.0.mdx
@@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
-Add the above noted package and the plugin is avaialble in the Flagship Code plugin ecosystem.
+Add the above noted package and the plugin is available in the Flagship Code plugin ecosystem.
### Usage
diff --git a/docs/src/pages/en/packages/plugins/permissions/v1.0.0.mdx b/docs/src/pages/en/packages/plugins/permissions/v1.0.0.mdx
index 11354a0a43..bfa28cc284 100644
--- a/docs/src/pages/en/packages/plugins/permissions/v1.0.0.mdx
+++ b/docs/src/pages/en/packages/plugins/permissions/v1.0.0.mdx
@@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
-Add the above noted package and the plugin is avaialble in the Flagship Code plugin ecosystem.
+Add the above noted package and the plugin is available in the Flagship Code plugin ecosystem.
### Usage
diff --git a/docs/src/pages/en/packages/plugins/splash-screen/v1.0.0.mdx b/docs/src/pages/en/packages/plugins/splash-screen/v1.0.0.mdx
index a8a78fccde..9216a2f6ec 100644
--- a/docs/src/pages/en/packages/plugins/splash-screen/v1.0.0.mdx
+++ b/docs/src/pages/en/packages/plugins/splash-screen/v1.0.0.mdx
@@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
-Add the above noted package and the plugin is avaialble in the Flagship Code plugin ecosystem.
+Add the above noted package and the plugin is available in the Flagship Code plugin ecosystem.
### Usage
diff --git a/docs/src/pages/en/packages/plugins/target-application/v1.0.0.mdx b/docs/src/pages/en/packages/plugins/target-application/v1.0.0.mdx
index 9bbffec1d0..9c065800d9 100644
--- a/docs/src/pages/en/packages/plugins/target-application/v1.0.0.mdx
+++ b/docs/src/pages/en/packages/plugins/target-application/v1.0.0.mdx
@@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
-Add the above noted package and the plugin is avaialble in the Flagship Code plugin ecosystem.
+Add the above noted package and the plugin is available in the Flagship Code plugin ecosystem.
### Usage
diff --git a/docs/src/pages/en/packages/plugins/target-extension/v1.0.0.mdx b/docs/src/pages/en/packages/plugins/target-extension/v1.0.0.mdx
index aae9da734e..ab7fe9bd6b 100644
--- a/docs/src/pages/en/packages/plugins/target-extension/v1.0.0.mdx
+++ b/docs/src/pages/en/packages/plugins/target-extension/v1.0.0.mdx
@@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
-Add the above noted package and the plugin is avaialble in the Flagship Code plugin ecosystem.
+Add the above noted package and the plugin is available in the Flagship Code plugin ecosystem.
### Usage
diff --git a/docs/src/pages/en/usage/troubleshooting.md b/docs/src/pages/en/usage/troubleshooting.md
index e64addd593..26d6caccaa 100644
--- a/docs/src/pages/en/usage/troubleshooting.md
+++ b/docs/src/pages/en/usage/troubleshooting.md
@@ -19,7 +19,7 @@ As a first step to troubleshooting iOS, we recommend you clear your Xcode Derive
If you are upgrading from a previous version of FS to FS12, all text elements in Android that do not have a value for their color will be white when the device is in dark mode. To resolve this, patch the template style values XML file so that the application defaults to light mode, regardless of the device’s current theme.
-### Java Vesion
+### Java Version
It's possible OS updates have caused this issue when reported; however, if a Java version issue is encountered while building the Android application, you can resolve it by making sure you set the JAVA_HOME path equal to the one used by Android Studio in your path file.
Open and edit your .zshrc file `code .zshrc` (or .bashrc if using Linux, or WSL)