diff --git a/docs/releases/v4.1.0.rst b/docs/releases/v4.1.0.rst index c38511b8..29ad1914 100644 --- a/docs/releases/v4.1.0.rst +++ b/docs/releases/v4.1.0.rst @@ -24,7 +24,7 @@ Backwards-compatibility notes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * `.HTTPServer` now calls ``start_request`` with the correct - arguments. This change is backwards-incompatible, afffecting any + arguments. This change is backwards-incompatible, affecting any application which implemented `.HTTPServerConnectionDelegate` by following the example of `.Application` instead of the documented method signatures.