Skip to content

Commit a4a7db1

Browse files
committed
Merge branch 'release/3.3.1'
2 parents a8c56ce + 963e0b0 commit a4a7db1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

2.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

3.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)