Skip to content

Commit

Permalink
docs(actix-web): add missing 'that' to doc comments for Compress midd…
Browse files Browse the repository at this point in the history
…leware (#3304)

docs(actix-web): add missing 'that' in doc comments for Compress middleware
  • Loading branch information
ekkolon committed Mar 6, 2024
1 parent d2150a3 commit ba7bdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actix-web/src/middleware/compress.rs
Expand Up @@ -33,7 +33,7 @@ use crate::{
/// considered in this selection process.
///
/// # Pre-compressed Payload
/// If you are serving some data is already using a compressed representation (e.g., a gzip
/// If you are serving some data that is already using a compressed representation (e.g., a gzip
/// compressed HTML file from disk) you can signal this to `Compress` by setting an appropriate
/// `Content-Encoding` header. In addition to preventing double compressing the payload, this header
/// is required by the spec when using compressed representations and will inform the client that
Expand Down

0 comments on commit ba7bdde

Please sign in to comment.