Merge pull request #823 from digitalisx/fix/typo

Fix: typo for `simple-plugin.rst`.
This commit is contained in:
ikelos
2022-08-30 10:45:09 +01:00
committed by GitHub
+1 -1
View File
@@ -9,7 +9,7 @@ of a normal plugin, and reuses other plugins appropriately.
.. note::
This document will not include the complete code necessary for a
working plugin (such as imports, etc) since it's designed to focus on the necessary componets for writing a plugin.
working plugin (such as imports, etc) since it's designed to focus on the necessary components for writing a plugin.
For complete and functioning plugins, the ``framework/plugins`` directory should be consulted.
Inherit from PluginInterface