diff --git a/docs/release-notes.md b/docs/release-notes.md index c484234f3..27f47fccf 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -8,7 +8,7 @@ toc_depth: 2 * Exclude the query parameters from the `scope[raw_path]` on the `TestClient` [#2716](https://github.com/encode/starlette/pull/2716). * Replace `dict` by `Mapping` on `HTTPException.headers` [#2749](https://github.com/encode/starlette/pull/2749). -* Correct middleware argument passing and improve factory pattern [#2752](https://github.com/encode/starlette/2752). +* Correct middleware argument passing and improve factory pattern [#2752](https://github.com/encode/starlette/pull/2752). ## 0.41.2 (October 27, 2024)