diff options
author | Simon Marquis <SimonMarquis@users.noreply.github.com> | 2022-10-19 09:29:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-19 10:29:36 +0200 |
commit | f3929f09331e866cd3645ae5635809320a5f9779 (patch) | |
tree | d5b61f21f59f8dff0bf9b4f7b35072a812ffcf61 | |
parent | c065412fdc7ee94c0be64b48eedb9819965df307 (diff) | |
download | dokka-f3929f09331e866cd3645ae5635809320a5f9779.tar.gz dokka-f3929f09331e866cd3645ae5635809320a5f9779.tar.bz2 dokka-f3929f09331e866cd3645ae5635809320a5f9779.zip |
Fix typo in docs (#2719)
-rw-r--r-- | docs/src/doc/docs/user_guide/applying/gradle.md | 2 |
1 files changed, 1 insertions, 1 deletions
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($|\\.).*") |