Fix a typo (#1064)

This commit is contained in:
Luca Barbato 2022-06-03 08:30:48 +02:00 committed by GitHub
parent 6c10f41d94
commit bdfa3887f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.