From 8ddca69b8a50f1ebe0b6f3c24e88ca498f19984f Mon Sep 17 00:00:00 2001 From: Maria Grimaldi Date: Fri, 22 Nov 2024 13:59:35 +0100 Subject: [PATCH] docs: improve wording in standard that offers framework --- source/developers/concepts/hooks_extension_framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/concepts/hooks_extension_framework.rst b/source/developers/concepts/hooks_extension_framework.rst index dec8dd7e..a94d153f 100644 --- a/source/developers/concepts/hooks_extension_framework.rst +++ b/source/developers/concepts/hooks_extension_framework.rst @@ -38,7 +38,7 @@ The framework allows developers to implement custom business logic and integrati Standardization =============== -Both filters and events implement approaches for adding additional features, such as communication between services or backend flow control. With these standards in place, it's easy to identify when and how to use the framework as a solution, ensuring a consistent and predictable approach to extending the platform. +Filters and events provide developers with a standard for adding new features to the platform through extension mechanisms. Events primarily handle communication or synchronization between different parts of the application, while filters modify application behavior. If a problem can be addressed through one of these two options, the implementation becomes pretty straightforward. Community Compatibility =======================