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