Skip to content

Commit 3f2d4b4

Browse files
committed
markdown encoding
1 parent 29cf446 commit 3f2d4b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/middleware.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
layout: default
33
title: Middleware
44
nav_order: 4
@@ -86,7 +86,7 @@ The `WithLogging` hooked into the beginning and end of each pipeline step with t
8686
`Wraps` are middleware that surround a group of pipeline actions. The `Wrap` and `WrapAsync` method allows you to wrap a part of the
8787
pipeline. This is useful when you want to apply a transformation to only a part of the pipeline.
8888

89-
Here’s an example of how to use `WrapAsync`:
89+
Here’s an example of how to use `WrapAsync`:
9090

9191
```csharp
9292
var command = PipelineFactory

0 commit comments

Comments
 (0)