From 5390db77b4b8a51ed09d4940894884c406f5c09e Mon Sep 17 00:00:00 2001 From: Maria Grimaldi Date: Mon, 21 Oct 2024 09:31:13 -0400 Subject: [PATCH] docs: Update hooks-extension-framework.rst --- docs/concepts/hooks-extension-framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/hooks-extension-framework.rst b/docs/concepts/hooks-extension-framework.rst index 434ac9bf..3a3758eb 100644 --- a/docs/concepts/hooks-extension-framework.rst +++ b/docs/concepts/hooks-extension-framework.rst @@ -4,7 +4,7 @@ Hooks Extension Framework Overview -------- -Based on the `open-closed principle`_, this framework seeks to extend the platform in a maintainable way instead of modifying its core. The main objective of this framework is to leverage the existing extension capabilities provided by the plugin architecture, allowing developers to implement new features without making maintenance overwhelming. +Based on the `open-closed principle`_, this framework aims to extend the platform in a maintainable way without modifying its core. The main goal is to leverage the existing extension capabilities provided by the plugin architecture, allowing developers to implement new features to fit customer needs while reducing the need for core modifications and minimizing maintenance efforts. Hooks: Open edX Events and Filters ----------------------------------