Skip to content

Commit

Permalink
docs: match description for new use case
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Dec 25, 2024
1 parent 992e7a2 commit 4f259e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-tos/consume-an-event.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------
Expand Down

0 comments on commit 4f259e6

Please sign in to comment.