Fix a typo inside handlers_intro.md (#1919)

This commit is contained in:
J 2023-04-09 08:08:58 +02:00 committed by GitHub
parent 24f8dc53f4
commit 946d8c3253
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ In axum a "handler" is an async function that accepts zero or more
["extractors"](crate::extract) as arguments and returns something that
can be converted [into a response](crate::response).
Handlers is where your application logic lives and axum applications are built
Handlers are where your application logic lives and axum applications are built
by routing between handlers.
[`debug_handler`]: https://docs.rs/axum-macros/latest/axum_macros/attr.debug_handler.html