docs: fix typo (#10870)

This commit is contained in:
gharbi-mohamed-dev
2025-01-08 09:07:43 +01:00
committed by GitHub
parent 2734dd6f20
commit ef78a04263

View File

@@ -14,7 +14,7 @@ In your customization, you can emit an event, then listen to it in a subscriber
There are two types of events in Medusa:
1. Worflow event: an event that's emitted in a workflow after a commerce feature is performed. For example, Medusa emits the `order.placed` event after a cart is completed.
1. Workflow event: an event that's emitted in a workflow after a commerce feature is performed. For example, Medusa emits the `order.placed` event after a cart is completed.
2. Service event: an event that's emitted to track, trace, or debug processes under the hood. For example, you can emit an event with an audit trail.
### Which Event Type to Use?