Skip to content

Commit

Permalink
Fix a typo inside handlers_intro.md (#1919)
Browse files Browse the repository at this point in the history
  • Loading branch information
escwxyz authored Apr 9, 2023
1 parent 24f8dc5 commit 946d8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axum/src/docs/handlers_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 946d8c3

Please sign in to comment.