Skip to content

Commit

Permalink
Fix typo in docs (#2719)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis authored and atyrin committed Nov 1, 2022
1 parent 1945b1a commit 58608e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/doc/docs/user_guide/applying/gradle.md
Expand Up @@ -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($|\\.).*")
Expand Down

0 comments on commit 58608e9

Please sign in to comment.