diff --git a/topics/basics/plugin_structure/plugin_components.md b/topics/basics/plugin_structure/plugin_components.md index e4cdc7f8f..f4ea86b42 100644 --- a/topics/basics/plugin_structure/plugin_components.md +++ b/topics/basics/plugin_structure/plugin_components.md @@ -4,7 +4,7 @@ Migrating deprecated plugin components to the current solutions. -> When writing new plugins, creating Components should be avoided. +> When writing new plugins, creating Components must be avoided. > Any existing Components should be migrated to services, extensions, or listeners (see below). > {style="warning" title="Deprecation Notice"}