Git commit 3651601bb83f15d930c25c5973a14553ce7afebf by Yuri Chornoivan. Committed on 05/10/2022 at 03:57. Pushed by yurchor into branch 'master'.
Fix minor typos M +1 -1 doc/kate/plugins.docbook https://invent.kde.org/utilities/kate/commit/3651601bb83f15d930c25c5973a14553ce7afebf diff --git a/doc/kate/plugins.docbook b/doc/kate/plugins.docbook index 1769a4cd1..c828b4948 100644 --- a/doc/kate/plugins.docbook +++ b/doc/kate/plugins.docbook @@ -2102,7 +2102,7 @@ You can also mix version control and files based on filters. The targets specified above will then appear in the <link linkend="kate-application-plugin-build">Build Plugin </link> under <emphasis role="bold"> "Project Plugin Targets"</emphasis>. -If the <code>"targets"</code> array is specified then <code>"build"</code>, <code>"clean"</code> and <code>"install"</code> are ignored. Each element in the array specifies a target. <code>"name"</code> is the name of the target, <code>"build_cmd"</code> will be used to build the target, <code>"run_cmd"</code> is will be used to run the target. Most important of all is <code> "directory"</code>, this is where the commands will be executed. +If the <code>"targets"</code> array is specified then <code>"build"</code>, <code>"clean"</code> and <code>"install"</code> are ignored. Each element in the array specifies a target. <code>"name"</code> is the name of the target, <code>"build_cmd"</code> will be used to build the target, <code>"run_cmd"</code> will be used to run the target. Most important of all is <code>"directory"</code>, this is where the commands will be executed. </para>
