Skip to content

Commit 8beceba

Browse files
authored
docs: Fix spelling mistakes
1 parent fe563ff commit 8beceba

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/1_usage.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ReVanced CLI is divided into the following fundamental commands:
3535
```
3636

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

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

0 commit comments

Comments
 (0)