Skip to content

Commit cf3ac23

Browse files
committed
Fix typo
1 parent 1177aa8 commit cf3ac23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ interface BookEvent {
4242
## Event Catalog
4343

4444
Physical events must be registered in one or more `EventCatalog` instances. The `EventCatalog` is responsible for
45-
defining and maneging known event types, their serialization and deserialization for the event processing pipeline.
45+
defining and managing known event types, their serialization and deserialization for the event processing pipeline.
4646

4747
The catalog also defines the type identifier for each event. Naming usually follows domain-based `domain.event`
4848
naming conventions where the type starts with the namespace of the domain and then ends with the event name.

0 commit comments

Comments
 (0)