Skip to content

Commit fd63605

Browse files
committed
fix: typo indentation
1 parent 5e58e8c commit fd63605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/filters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ class Book {}
3434
Note that `property` is used to document the Hydra view. You can also specify an [OpenAPI Parameter](https://api-platform.com/docs/references/OpenApi/Model/Parameter/) if needed.
3535
A Parameter can be linked to a filter, there are two types of filters:
3636

37-
- metadata filters, most common are serializer filters (PropertyFilter and GroupFilter) that alter the normalization context
38-
- query filters that alter the results of your database queries (Doctrine, Eloquent, Elasticsearch etc.)
37+
- metadata filters, most common are serializer filters (PropertyFilter and GroupFilter) that alter the normalization context
38+
- query filters that alter the results of your database queries (Doctrine, Eloquent, Elasticsearch etc.)
3939

4040
### Alter the Operation via a parameter
4141

0 commit comments

Comments
 (0)