From 5d29f1861f97571c5f856af18f7da383667c277f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 13 Jun 2024 16:19:55 +0200 Subject: [PATCH] plugin_components.md: stronger wording --- topics/basics/plugin_structure/plugin_components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}