[utilities/kate] doc/katepart: fix strikeout attribute name

Christoph Cullmann null at kde.org
Thu Feb 15 19:50:39 GMT 2024


Git commit bd9d3a0ac9e58df5fc7bf572567611be054ec2e2 by Christoph Cullmann.
Committed on 15/02/2024 at 19:50.
Pushed by cullmann into branch 'master'.

fix strikeout attribute name

frameworks/syntax-highlighting#30

M  +1    -1    doc/katepart/development.docbook

https://invent.kde.org/utilities/kate/-/commit/bd9d3a0ac9e58df5fc7bf572567611be054ec2e2

diff --git a/doc/katepart/development.docbook b/doc/katepart/development.docbook
index e227583422..a679cf6d09 100644
--- a/doc/katepart/development.docbook
+++ b/doc/katepart/development.docbook
@@ -500,7 +500,7 @@ Available default styles are explained in detail later.</para>
 <para><userinput>italic</userinput> if <emphasis>true</emphasis>, the text will be italic.</para>
 <para><userinput>bold</userinput> if <emphasis>true</emphasis>, the text will be bold.</para>
 <para><userinput>underline</userinput> if <emphasis>true</emphasis>, the text will be underlined.</para>
-<para><userinput>strikeout</userinput> if <emphasis>true</emphasis>, the text will be struck out.</para>
+<para><userinput>strikeOut</userinput> if <emphasis>true</emphasis>, the text will be struck out.</para>
 <para><userinput>spellChecking</userinput> if <emphasis>true</emphasis>, the text will be spellchecked.</para>
 </listitem>
 </varlistentry>


More information about the kde-doc-english mailing list