Skip to content

Commit 71c5f88

Browse files
authored
docs: sentence wording (#8106)
1 parent b663383 commit 71c5f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/react/reference/hydration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const dehydratedState = dehydrate(queryClient, {
3333
- `shouldDehydrateQuery: (query: Query) => boolean`
3434
- Optional
3535
- Whether to dehydrate queries.
36-
- The function, it is called for each query in the cache
36+
- The function is called for each query in the cache
3737
- Return `true` to include this query in dehydration, or `false` otherwise
3838
- Defaults to only including successful queries
3939
- If you would like to extend the function while retaining the default behavior, import and execute `defaultShouldDehydrateQuery` as part of the return statement

0 commit comments

Comments
 (0)