From d1df878de2f8919eaefe7ffc1bb314cd5afaa538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20S=C3=A1nchez=20Castro?= <72013291+JavierSanchezCastro@users.noreply.github.com> Date: Tue, 16 Jun 2026 11:30:46 +0200 Subject: [PATCH] Fix typos in release notes Corrected typos in release notes regarding custom APIRoute subclasses. --- docs/en/docs/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 54acc58ad..f55a88b19 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -81,7 +81,7 @@ Still, for now, consider this very experimental and potentially changing and bre #### Future Features Enabled -* Custom `APIRoute` subclasses (undocumented, but alraedy works as desccribed above) +* Custom `APIRoute` subclasses (undocumented, but alraedy works as described above) * Custom `APIRouter` subclasses (undocumented, but already works as described above) * Dependencies per router * Exception handlers per router