Skip to content

Commit 62b6a89

Browse files
gharbi-mohamed-devjimrarras
authored andcommitted
docs: fix typo (medusajs#10870)
1 parent ac88f75 commit 62b6a89

File tree

1 file changed

+1
-1
lines changed
  • www/apps/book/app/learn/fundamentals/events-and-subscribers/emit-event

1 file changed

+1
-1
lines changed

www/apps/book/app/learn/fundamentals/events-and-subscribers/emit-event/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In your customization, you can emit an event, then listen to it in a subscriber
1414

1515
There are two types of events in Medusa:
1616

17-
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.
17+
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.
1818
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.
1919

2020
### Which Event Type to Use?

0 commit comments

Comments
 (0)