aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 170ecfa6..db1ccd24 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ dokka {
impliedPlatforms = ["JVM"] // See platforms section of documentation
// Manual adding files to classpath
- // This property not overrides classpath collected from kotlinTasks but appends to it
+ // This property doesn't override classpath collected from kotlinTasks but appends to it
classpath = [new File("$buildDir/other.jar")]
// By default, sourceRoots is taken from kotlinTasks, following roots will be appended to it