From 4f259e64e7ff41925e3f377117f2f394b791bed5 Mon Sep 17 00:00:00 2001 From: Maria Grimaldi Date: Wed, 25 Dec 2024 18:54:41 +0100 Subject: [PATCH] docs: match description for new use case --- docs/how-tos/consume-an-event.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-tos/consume-an-event.rst b/docs/how-tos/consume-an-event.rst index 7ffc2db9..2dd1c5af 100644 --- a/docs/how-tos/consume-an-event.rst +++ b/docs/how-tos/consume-an-event.rst @@ -5,7 +5,7 @@ You have two ways of consuming an Open edX event, within the same service or in .. note:: We encourage you to also consider the practices outlined in the :doc:`../decisions/0016-event-design-practices` ADR for event consumption. -Throughout this guide, we will use an example of creating an event handler that will execute when a user enrolls in a course from the course about page to better illustrate the steps involved in creating a consumer for an event. +Throughout this guide, we will implement the use case to send the enrollment data to a webhook when a user enrolls in a course to better illustrate the steps involved in creating a consumer for an event. Assumptions -----------