Skip to content

Commit 963e0b0

Browse files
misaflindyhopchris
authored andcommitted
Update filters.md
Just a small fix :)
1 parent 6f8980a commit 963e0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.0/schemas/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ to send for a particular resource type. To add a filter to a schema, we
2121
can simply add it to the schema's `filters` method.
2222

2323
To create a filter, we use the static `make` method, providing the
24-
the key that is expected in the `filter` query parameter. For example,
24+
key that is expected in the `filter` query parameter. For example,
2525
if our `posts` resource type allowed `id` and `slug` filters:
2626

2727
```php

0 commit comments

Comments
 (0)