Skip to content

Commit

Permalink
Fix a typo (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero authored Jun 3, 2022
1 parent 6c10f41 commit bdfa388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axum/src/docs/routing/nest.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let app = Router::new().nest("/api", api_routes);

# How the URI changes

Note that nested routes will not see the orignal request URI but instead
Note that nested routes will not see the original request URI but instead
have the matched prefix stripped. This is necessary for services like static
file serving to work. Use [`OriginalUri`] if you need the original request
URI.
Expand Down

0 comments on commit bdfa388

Please sign in to comment.