We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29cf446 commit 3f2d4b4Copy full SHA for 3f2d4b4
docs/middleware.md
@@ -1,4 +1,4 @@
1
----
+---
2
layout: default
3
title: Middleware
4
nav_order: 4
@@ -86,7 +86,7 @@ The `WithLogging` hooked into the beginning and end of each pipeline step with t
86
`Wraps` are middleware that surround a group of pipeline actions. The `Wrap` and `WrapAsync` method allows you to wrap a part of the
87
pipeline. This is useful when you want to apply a transformation to only a part of the pipeline.
88
89
-Here’s an example of how to use `WrapAsync`:
+Here’s an example of how to use `WrapAsync`:
90
91
```csharp
92
var command = PipelineFactory
0 commit comments