Skip to content

Commit

Permalink
docs: Fix spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Dec 12, 2023
1 parent fe563ff commit 8beceba
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/1_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ReVanced CLI is divided into the following fundamental commands:
```

> [!NOTE]
> A default `options.json` file will be automatically created, if it does not exist
> A default `options.json` file will be automatically created if it does not exist
without any need for intervention when using the `patch` command.

- ### 💉 Patch an app
Expand Down Expand Up @@ -80,7 +80,7 @@ without any need for intervention when using the `patch` command.
- #### 👾 Patch an app and mount it on top of the un-patched app with root permissions
> [!IMPORTANT]
> Ensure sure the same app you are patching and mounting over is installed on your device:
> Ensure that the same app you are patching and mounting over is installed on your device:
>
> ```bash
> adb install app.apk
Expand All @@ -91,14 +91,14 @@ without any need for intervention when using the `patch` command.
> patches by their index in relation to supplied patch bundles,
> similarly to the option `--include` and `--exclude`.
>
> This is useful in case two patches have the same name, and you need to include or exclude one of them.
> The index of a patch is calculated by the position of the patch in the list of patches
> This is useful in case two patches have the same name, and you must include or exclude one.
> The patch index is calculated by the position of the patch in the list of patches
> from patch bundles supplied using the option `--patch-bundle`.
>
> You can list all patches with their indices using the command `list-patches`.
>
> Keep in mind, that the indices can change based on the order of the patch bundles supplied,
> as well if the patch bundles are updated, because patches can be added or removed.
> Keep in mind that the indices can change based on the order of the patch bundles supplied,
> as well if the patch bundles are updated because patches can be added or removed.
```bash
java -jar revanced-cli.jar patch \
Expand Down Expand Up @@ -133,4 +133,4 @@ by adding the option `--unmount`.
> [!NOTE]
> You can mount an APK file
> by supplying the package name of the app to mount the supplied APK file to over the option `--mount`.
> by supplying the package name of the app to mount the supplied APK file over the option `--mount`.

0 comments on commit 8beceba

Please sign in to comment.