Skip to content

Commit 61f3055

Browse files
docs: fix typo “… is … is” (#4904)
1 parent 6ab093e commit 61f3055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/FilterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ interface FilterInterface
2828
* - type: the type of the filter
2929
* - required: if this filter is required
3030
* - strategy (optional): the used strategy
31-
* - is_collection (optional): is this filter is collection
31+
* - is_collection (optional): if this filter is for collection
3232
* - swagger (optional): additional parameters for the path operation,
3333
* e.g. 'swagger' => [
3434
* 'description' => 'My Description',

0 commit comments

Comments
 (0)