Skip to content

Commit 03304e3

Browse files
committed
docs(fix): normalized
1 parent 7c9e84f commit 03304e3

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docs-source/src/en/about/contacts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contact Us
22

3-
> If you have any questions in use, or have any constructive suggestions, you can contact us.
3+
> If you have any questions during usage, or have any constructive suggestions, you can contact us.
44
55
Join our developers group.
66

docs-source/src/en/guide/quick-start.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
The project needs to be created using `Android Studio` or `IntelliJ IDEA` and be of type Android project and have integrated Kotlin environment dependencies.
88

9-
- Android Studio (It is recommended to get the latest version [from here](https://developer.android.com/studio))
9+
- Android Studio (It is recommended to get the latest version from [here](https://developer.android.com/studio))
1010

11-
- IntelliJ IDEA (It is recommended to get the latest version [from here](https://www.jetbrains.com/idea))
11+
- IntelliJ IDEA (It is recommended to get the latest version from [here](https://www.jetbrains.com/idea))
1212

1313
- Kotlin 1.9.0+, Gradle 8+, Java 11, 17+, Android Gradle Plugin 8+
1414

@@ -73,7 +73,7 @@ libraries:
7373

7474
After adding it, run Gradle Sync and all dependencies will be autowired.
7575

76-
Next, deploy plugins in your project `build.gradle.kts`.
76+
Next, deploy plugins in your project's `build.gradle.kts`.
7777

7878
> The following example
7979
@@ -85,7 +85,7 @@ plugins {
8585
}
8686
```
8787

88-
Then, deploy dependencies in your project `build.gradle.kts`.
88+
Then, deploy dependencies in your project's `build.gradle.kts`.
8989

9090
> The following example
9191
@@ -105,7 +105,7 @@ dependencies {
105105

106106
#### Version Catalog
107107

108-
Add repositories in your project `build.gradle.kts`.
108+
Add repositories in your project's `build.gradle.kts`.
109109

110110
> Kotlin DSL
111111
@@ -145,7 +145,7 @@ kavaref-extension = { module = "com.highcapable.kavaref:kavaref-extension", vers
145145
xposed-api = { module = "de.robv.android.xposed:api", version = "82" }
146146
```
147147

148-
Next, deploy plugins in your project `build.gradle.kts`.
148+
Next, deploy plugins in your project's `build.gradle.kts`.
149149

150150
> Kotlin DSL
151151
@@ -156,7 +156,7 @@ plugins {
156156
}
157157
```
158158

159-
Then, deploy dependencies in your project `build.gradle.kts`.
159+
Then, deploy dependencies in your project's `build.gradle.kts`.
160160

161161
> Kotlin DSL
162162
@@ -176,7 +176,7 @@ dependencies {
176176

177177
#### Traditional Method
178178

179-
Add repositories in your project `build.gradle.kts`.
179+
Add repositories in your project's `build.gradle.kts`.
180180

181181
> Kotlin DSL
182182
@@ -189,7 +189,7 @@ repositories {
189189
}
190190
```
191191

192-
Add plugins in your project `build.gradle.kts`.
192+
Add plugins in your project's `build.gradle.kts`.
193193

194194
> Kotlin DSL
195195
@@ -200,7 +200,7 @@ plugins {
200200
}
201201
```
202202

203-
Add dependencies in your project `build.gradle.kts`.
203+
Add dependencies in your project's `build.gradle.kts`.
204204

205205
> Kotlin DSL
206206

docs-source/src/en/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ features:
2020
details: Natively supports multiple Xposed API usages and natively connects to multiple Xposed APIs, Hook Frameworks within the supported range can be quickly integrated.
2121
- title: Obfuscate Support
2222
details: The built Xposed Module simply supports R8, obfuscate will not destroy the hook entry point, and no other configuration is required under R8.
23-
- title: Quickly Started
23+
- title: Quick to Start
2424
details: Simple and easy to use it now! Do not need complex configuration and full development experience, Integrate dependencies and enjoy yourself.
2525
footer: Apache-2.0 License | Copyright (C) 2019 HighCapable
2626
---

0 commit comments

Comments
 (0)