From 2d3f86beb112356fee420057bb6741003819bf33 Mon Sep 17 00:00:00 2001 From: Yuri Schimke Date: Sun, 25 Oct 2020 06:47:46 +0000 Subject: Update usage.md typo of task name --- docs/src/doc/docs/user_guide/gradle/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src') diff --git a/docs/src/doc/docs/user_guide/gradle/usage.md b/docs/src/doc/docs/user_guide/gradle/usage.md index 175c680d..5ca0eb30 100644 --- a/docs/src/doc/docs/user_guide/gradle/usage.md +++ b/docs/src/doc/docs/user_guide/gradle/usage.md @@ -302,7 +302,7 @@ dokkaHtml.configure { ``` ## Multi-module projects -For documenting Gradle multi-module projects, you can use `dokka${format}Multimodule` tasks. +For documenting Gradle multi-module projects, you can use `dokka${format}MultiModule` tasks. ```kotlin tasks.dokkaHtmlMultiModule.configure { -- cgit