From e2aac710325154cfe4f4471378ba092e6bf51073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20B=C3=BCchele?= Date: Tue, 16 Jul 2024 11:10:29 +0200 Subject: [PATCH] Fix typo in CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 594aba3..2815b3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Prevent compression if Content-Range header is present. -- Fix bug which leads to a mission Content-Length header. +- Fix bug which leads to a missing Content-Length header. ## [1.4.1] - 2024-05-09