Skip to content

Commit

Permalink
docs(query-core): clarifies filters type
Browse files Browse the repository at this point in the history
  • Loading branch information
robin4a4 committed Jun 28, 2024
1 parent d34702a commit 152ee4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/framework/react/guides/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const isMatching = matchQuery(
)
```

Returns a boolean that indicates whether a query matches the provided set of filters.
Returns a boolean that indicates whether a query matches the provided set of query filters.


### `matchMutation`
Expand All @@ -94,4 +94,4 @@ const isMatching = matchMutation(
)
```

Returns a boolean that indicates whether a mutation matches the provided set of filters.
Returns a boolean that indicates whether a mutation matches the provided set of mutation filters.

0 comments on commit 152ee4f

Please sign in to comment.