We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1177aa8 commit cf3ac23Copy full SHA for cf3ac23
docs/concepts/events.md
@@ -42,7 +42,7 @@ interface BookEvent {
42
## Event Catalog
43
44
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.
+defining and managing known event types, their serialization and deserialization for the event processing pipeline.
46
47
The catalog also defines the type identifier for each event. Naming usually follows domain-based `domain.event`
48
naming conventions where the type starts with the namespace of the domain and then ends with the event name.
0 commit comments