Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexZeitler authored and jeremydmiller committed Nov 5, 2024
1 parent c818a9d commit 88ca211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/http/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ The code up above is very close to a functional equivalent to our early Minimal
couple differences:

1. In this case the HTTP endpoint will return a status code of `200` instead of the slightly more correct `201` that denotes
a creation. **Most of use aren't really going to care, but we'll come back to this a little later**
a creation. **Most of us aren't really going to care, but we'll come back to this a little later**
2. In the call to `MapPostToWolverine()`, Wolverine.HTTP is able to make a couple performance optimizations that completely
eliminates any usage of the application's IoC container at runtime and bypasses some dictionary lookups and object allocation
that would have to occur in the simple "mediator" approach
Expand Down

0 comments on commit 88ca211

Please sign in to comment.