Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/basics/subscribers.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ By default any exceptions thrown by a subscriber are **swallowed**
by EventFlow after it has been logged as an error. Depending on the
application this might be the preferred behavior, but in some cases
it isn't. If a subscriber exception should be thrown, and thus allowing
them to be caught in e.g. command handlers, the behaivor can be disabled
them to be caught in e.g. command handlers, the behavior can be disabled
by setting the `ThrowSubscriberExceptions` to `true` when configuring EventFlow.

## Asynchronous subscribers
Expand Down
Loading