From 17e52cf2231c25a9643a28479fd6e8f348311087 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Wed, 28 Aug 2024 11:45:16 -0400 Subject: [PATCH] fix: typo fix in 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 1ad61964..d298f319 100644 --- a/docs/concepts/hooks-extension-framework.rst +++ b/docs/concepts/hooks-extension-framework.rst @@ -16,7 +16,7 @@ are meant to be extended using Open edX plugins and configuration. Hooks can be of two types, events and filters. Events are in essence signals, in that they are sent in specific application places and whose listeners can extend -functionality. functionality. On the other hand Filters can be used to act on data before +functionality. On the other hand Filters can be used to act on data before it is put back in the original application flow. In order to allow extension developers to use the Events and Filters definitions on their plugins, both kinds of hooks are defined in lightweight external libraries.