Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: fix typo #1123

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading