Skip to content

Commit

Permalink
markdown encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
bfarmer67 committed Aug 6, 2024
1 parent 29cf446 commit 3f2d4b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/middleware.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
layout: default
title: Middleware
nav_order: 4
Expand Down Expand Up @@ -86,7 +86,7 @@ The `WithLogging` hooked into the beginning and end of each pipeline step with t
`Wraps` are middleware that surround a group of pipeline actions. The `Wrap` and `WrapAsync` method allows you to wrap a part of the
pipeline. This is useful when you want to apply a transformation to only a part of the pipeline.

Here’s an example of how to use `WrapAsync`:
Here’s an example of how to use `WrapAsync`:

```csharp
var command = PipelineFactory
Expand Down

0 comments on commit 3f2d4b4

Please sign in to comment.