Skip to content

Commit a4b5899

Browse files
ojraquenoBillWagner
authored andcommitted
Fix incorrect spelling of MediatR (#5983)
Change: Applying cross-cutting concerns when processing commands with the Behaviors in MeadiatR to: Applying cross-cutting concerns when processing commands with the Behaviors in MediatR
1 parent f782a11 commit a4b5899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard/microservices-architecture/microservice-ddd-cqrs-patterns/microservice-application-layer-implementation-web-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ public class CreateOrderCommandHandler
661661

662662
That is the code that correlates commands with command handlers. The handler is just a simple class, but it inherits from RequestHandler<T>, and MediatR makes sure it is invoked with the correct payload.
663663

664-
## Applying cross-cutting concerns when processing commands with the Behaviors in MeadiatR
664+
## Applying cross-cutting concerns when processing commands with the Behaviors in MediatR
665665

666666
There is one more thing: being able to apply cross-cutting concerns to the mediator pipeline. You can also see at the end of the Autofac registration module code how it registers a behavior type, specifically, a custom LoggingBehavior class and a ValidatorBehavior class. But you could add other custom behaviours, too.
667667

0 commit comments

Comments
 (0)