Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addon: Fix typos in <extends> documentation #451

Merged
merged 1 commit into from Dec 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -58,10 +58,10 @@
<term>&lt;extends/&gt;</term>
<listitem>
<para>
This tag is refers to the ID of the component this addon is extending.
This tag refers to the ID of the component this addon is extending.
</para>
<para>
For example, if there is a plugin "kipi" which extens the application "Gwenview", it needs to be referred to as:
For example, if there is a plugin "kipi" which extends the application "Gwenview", it needs to be referred to as:
</para>
<programlisting language="XML"><![CDATA[<extends>org.kde.Gwenview</extends>]]></programlisting>
<para>