From b3aaaf953a3338a7d3cdd0e16b08ccc7e50edfae Mon Sep 17 00:00:00 2001 From: Gabriele Martini <2662688+GabrieleMartini@users.noreply.github.com> Date: Sun, 22 Mar 2026 10:01:17 +0100 Subject: [PATCH] Correct typo in filters.md Fix typo in filters documentation regarding ':property' placeholder. --- core/filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/filters.md b/core/filters.md index 5036e1c364b..6fbd07ff8b1 100644 --- a/core/filters.md +++ b/core/filters.md @@ -295,7 +295,7 @@ public function apply(QueryBuilder $queryBuilder, QueryNameGeneratorInterface $q ### Restricting Properties with `:property` Placeholders -Filters that work on a per-parameter basis can also use the `:property` placeholde and use the +Filters that work on a per-parameter basis can also use the `:property` placeholder and use the parameter's `properties` configuration: ```php