From 135a407937112a65d0bde0132cacd328bd7c0013 Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Tue, 18 Oct 2022 19:36:15 +0100 Subject: [PATCH] Fix typo in docs --- docs/src/doc/docs/user_guide/applying/gradle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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($|\\.).*")