Fix typo in DefaultBodyLimit docs (#2401)

This commit is contained in:
Benedikt Werner 2023-12-02 18:02:20 +01:00 committed by GitHub
parent 1fa21bbb73
commit 6491655a80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,8 +40,8 @@ use tower_layer::Layer;
/// ```
///
/// In general using `DefaultBodyLimit` is recommended but if you need to use third party
/// extractors and want to sure a limit is also applied there then [`RequestBodyLimit`] should be
/// used.
/// extractors and want to make sure a limit is also applied there then [`RequestBodyLimit`] should
/// be used.
///
/// # Different limits for different routes
///