Skip to content

Commit b3aaaf9

Browse files
Correct typo in filters.md
Fix typo in filters documentation regarding ':property' placeholder.
1 parent a69cd43 commit b3aaaf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public function apply(QueryBuilder $queryBuilder, QueryNameGeneratorInterface $q
295295
296296
### Restricting Properties with `:property` Placeholders
297297

298-
Filters that work on a per-parameter basis can also use the `:property` placeholde and use the
298+
Filters that work on a per-parameter basis can also use the `:property` placeholder and use the
299299
parameter's `properties` configuration:
300300

301301
```php

0 commit comments

Comments
 (0)