diff --git a/docs/src/doc/docs/user_guide/applying/gradle.md b/docs/src/doc/docs/user_guide/applying/gradle.md index 30d2334645..ccec4fadf5 100644 --- a/docs/src/doc/docs/user_guide/applying/gradle.md +++ b/docs/src/doc/docs/user_guide/applying/gradle.md @@ -189,7 +189,7 @@ val dokkaHtml by getting(DokkaTask::class) { // Allows to customize documentation generation options on a per-package basis // Repeat for multiple packageOptions - // If multiple packages match the same matchingRegex, the longuest matchingRegex will be used + // If multiple packages match the same matchingRegex, the longest matchingRegex will be used perPackageOption { // will match kotlin and all sub-packages of it matchingRegex.set("kotlin($|\\.).*")