From 7abf1396ac65060bb98f3aa3738382d57eee4ffd Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Tue, 27 Jan 2026 10:39:04 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20typo=20=E2=80=9Cthrough=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/doctrine-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/doctrine-filters.md b/core/doctrine-filters.md index 1bb5951b495..db4695cd89b 100644 --- a/core/doctrine-filters.md +++ b/core/doctrine-filters.md @@ -59,7 +59,7 @@ class Book { Filters are services (see the section on [custom filters](../core/filters.md#creating-custom-filters)), the can be linked to an API Platform -Operation throuh [parameters](./filters.md): +Operation through [parameters](./filters.md): For example, having a filter service declaration in `services.yaml`: