From f3929f09331e866cd3645ae5635809320a5f9779 Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Wed, 19 Oct 2022 09:29:36 +0100 Subject: Fix typo in docs (#2719) --- docs/src/doc/docs/user_guide/applying/gradle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src') diff --git a/docs/src/doc/docs/user_guide/applying/gradle.md b/docs/src/doc/docs/user_guide/applying/gradle.md index 30d23346..ccec4fad 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($|\\.).*") -- cgit