Skip to content

Commit d464f0b

Browse files
authored
Fix typo in README.md (#191)
1 parent 4ff0aac commit d464f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ apiValidation {
141141
By default, binary compatibility validator analyzes project output class files from `build/classes` directory when building an API dump.
142142
If you pack these classes into an output jar not in a regular way, for example, by excluding certain classes, applying `shadow` plugin, and so on,
143143
the API dump built from the original class files may no longer reflect the resulting jar contents accurately.
144-
In that case, it makes sense to use the resulting jar as an input of the `apuBuild` task:
144+
In that case, it makes sense to use the resulting jar as an input of the `apiBuild` task:
145145

146146
Kotlin
147147
```kotlin

0 commit comments

Comments
 (0)