Skip to content

Commit 90228e7

Browse files
authored
Fixed typo in the comments on android examples build.gradle.kts files
PR #612
1 parent cf9c6a4 commit 90228e7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

kover-gradle-plugin/examples/android/minimal_kts/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ kover {
5353
}
5454

5555
variant("release") {
56-
// verification ony for 'release' build variant
56+
// verification only for 'release' build variant
5757
verify {
5858
rule {
5959
minBound(50)

kover-gradle-plugin/examples/android/multiproject-custom/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ kover {
2525
}
2626

2727
variant("custom") {
28-
// verification ony for 'custom' report variant
28+
// verification only for 'custom' report variant
2929
verify {
3030
rule {
3131
minBound(50)

kover-gradle-plugin/examples/android/multiproject/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ kover {
6363
}
6464

6565
variant("release") {
66-
// verification ony for 'release' build variant
66+
// verification only for 'release' build variant
6767
verify {
6868
rule {
6969
minBound(50)

kover-gradle-plugin/examples/android/with-jvm/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ kover {
2626
}
2727

2828
variant("custom") {
29-
// verification ony for 'custom' report variant
29+
// verification only for 'custom' report variant
3030
verify {
3131
rule {
3232
minBound(50)

0 commit comments

Comments
 (0)