Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Barber committed Oct 13, 2022
1 parent b40bbc1 commit 8351af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design/src/server/middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Customers are then able to stack middleware by composing `Layer`s using combinat

## Applying Middleware

One of the primary goals of Smithy Rust is to provide configurability and extensibility through the application of middleware. The customer is able to apply `Layer`s in a variety of key places during the request/response lifecycle. The following schematic labels each configurable middleware position from A to D:
One of the primary goals is to provide configurability and extensibility through the application of middleware. The customer is able to apply `Layer`s in a variety of key places during the request/response lifecycle. The following schematic labels each configurable middleware position from A to D:

```mermaid
stateDiagram-v2
Expand Down

0 comments on commit 8351af2

Please sign in to comment.