We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
route.md
1 parent 170d7d4 commit 9c9cbb5Copy full SHA for 9c9cbb5
axum/src/docs/routing/route.md
@@ -4,7 +4,7 @@ Add another route to the router.
4
can be either static, a capture, or a wildcard.
5
6
`method_router` is the [`MethodRouter`] that should receive the request if the
7
-path matches `path`. `method_router` will commonly be a handler wrapped in a method
+path matches `path`. Usually, `method_router` will be a handler wrapped in a method
8
router like [`get`]. See [`handler`](crate::handler) for more details on handlers.
9
10
# Static paths
0 commit comments