Git commit d0430138eb46fd767aa233b6e34a7b03f91a5e4c by Yuri Chornoivan. Committed on 02/12/2022 at 06:18. Pushed by yurchor into branch 'master'.
Fix minor typo M +1 -1 doc/kate/plugins.docbook https://invent.kde.org/utilities/kate/commit/d0430138eb46fd767aa233b6e34a7b03f91a5e4c diff --git a/doc/kate/plugins.docbook b/doc/kate/plugins.docbook index 043341f3a..520ff3cfb 100644 --- a/doc/kate/plugins.docbook +++ b/doc/kate/plugins.docbook @@ -2045,7 +2045,7 @@ or you can tell it to recursively load files from directories as follows: Here, subfolders and filters define what’s part of the project. You can also mix version control and files based on filters. Hidden files will not be retrieved if the option <code>"hidden"</code> is 0. -<code>"exclude_patterns"</code> is a list of regex patterns than can be used +<code>"exclude_patterns"</code> is a list of regex patterns that can be used to exclude folders and files from the project tree. In this example, All files and folders in a directory <filename>build</filename> from the root will be excluded. </para>
