Skip to content

Commit

Permalink
fix a few typos
Browse files Browse the repository at this point in the history
  • Loading branch information
briang123 committed Aug 7, 2023
1 parent dba52d3 commit 6c07ce8
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions docs/src/pages/en/packages/cli/v12.0.0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/en/packages/plugins/app-icon/v1.0.0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
<CodeCopy args="yarn add -D @brandingbrand/code-plugin-app-icon" />
</div>

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

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/en/packages/plugins/asset/v1.0.0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
<CodeCopy args="yarn add -D @brandingbrand/code-plugin-asset" />
</div>

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

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/en/packages/plugins/fastlane/v1.0.0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
<CodeCopy args="yarn add -D @brandingbrand/code-plugin-fastlane" />
</div>

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

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/en/packages/plugins/fbsdk-next/v1.0.0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
<CodeCopy args="yarn add -D @brandingbrand/code-plugin-fbsdk-next && yarn add react-native-fbsdk-next" />
</div>

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
<CodeCopy args="yarn add -D @brandingbrand/code-plugin-firebase-analytics && yarn add @react-native-firebase/analytics@^15.7.0" />
</div>

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

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/en/packages/plugins/firebase-app/v1.0.0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
<CodeCopy args="yarn add -D @brandingbrand/code-plugin-firebase-app && yarn add @react-native-firebase/app@^15.7.0" />
</div>

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
<CodeCopy args="yarn add -D @brandingbrand/code-plugin-google-signin && yarn add @react-native-google-signin/google-signin@^8.0.0" />
</div>

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

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/en/packages/plugins/leanplum/v1.0.1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
<CodeCopy args="yarn add -D @brandingbrand/code-plugin-leanplum && yarn add @leanplum/react-native-sdk@~2.0.0 clevertap-react-native@^0.9.4" />
</div>

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
<CodeCopy args="yarn add -D @brandingbrand/code-plugin-native-navigation && yarn add react-native-navigation@^7.31.1" />
</div>

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

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/en/packages/plugins/permissions/v1.0.0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
<CodeCopy args="yarn add -D @brandingbrand/code-plugin-permissions && yarn add react-native-permissions@^3.6.1" />
</div>

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
<CodeCopy args="yarn add -D @brandingbrand/code-plugin-splash-screen" />
</div>

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
<CodeCopy args="yarn add -D @brandingbrand/code-plugin-target-application" />
</div>

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import CodeCopy from "../../../../../components/code-copy.astro";
<CodeCopy args="yarn add -D @brandingbrand/code-plugin-target-extension" />
</div>

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

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/en/usage/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6c07ce8

Please sign in to comment.