Skip to content

Commit ca22c3c

Browse files
Nyholmweaverryan
authored andcommitted
a user
1 parent fff8659 commit ca22c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger/message-recorder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Record Events Produced by a Handler
66

77
In an example application there is a command (a CQRS message) named ``CreateUser``.
88
That command is handled by the ``CreateUserHandler`` which creates
9-
a ``User`` object, stores that object to a database and dispatches an ``UserCreatedEvent``.
9+
a ``User`` object, stores that object to a database and dispatches a ``UserCreatedEvent``.
1010
That event is also a normal message but is handled by an *event* bus.
1111

1212
There are many subscribers to the ``UserCreatedEvent``, one subscriber may send

0 commit comments

Comments
 (0)