Skip to content

Commit

Permalink
Merge pull request #39 from jonathandion/feature/typos
Browse files Browse the repository at this point in the history
Fixed some typos
  • Loading branch information
locksten authored Dec 17, 2024
2 parents 8c6da1c + 4c662a8 commit da22631
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ original_id: config

<br />

Renative configs are one of the most powerful feature of ReNative platform.
Renative configs are one of the most powerful features of ReNative platform.

Their format is `renative.*.json`

Expand Down
8 changes: 4 additions & 4 deletions docs/guides/advanced-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Every `rnv` job will generate unique build file in `./platformAssets/` folder.

Naming convention of such file is `[APP_ID]_[PLATFORM].json`

ie command `rnv run -p android -c helloworld` will genreate build file at:
ie command `rnv run -p android -c helloworld` will generate build file at:

`./platformBuilds/helloworld_android.json`

Expand Down Expand Up @@ -139,7 +139,7 @@ ie command `rnv run -p android -c helloworld` will generate build file at:

`./platformAssets/renative.runtime.json`

with followng value:
with following value:

```json
{
Expand Down Expand Up @@ -194,7 +194,7 @@ Following is the order of merges of various renative configs (if present) produc

## Dynamic Injectors

You can inject varietry of different dynamic props via `renative.*.json` configs
You can inject variety of different dynamic props via `renative.*.json` configs

```
{{INJECTOR}}
Expand Down Expand Up @@ -235,7 +235,7 @@ Example:
Currently supported runtime properties:

- scheme
- appConfing
- appConfig
- engine
- localhost
- timestamp
Expand Down
4 changes: 2 additions & 2 deletions docs/overview/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RNV allows you to target over 15 different platforms.
---
## Tasks

RNV is essentially and task runner. most of the execution is completed by tasks.
RNV is essentially a task runner. Most of the execution is completed by tasks.

---
## App Code
Expand All @@ -93,7 +93,7 @@ More Info (Templates)
---
## File Extensions

You can create highly sophisticated reusable multiplatofrm architecture by utilising powerful file extension system
You can create highly sophisticated reusable multiplatform architecture by utilizing powerful file extension system

---
## Runtime
Expand Down

0 comments on commit da22631

Please sign in to comment.