Skip to content

Commit c12587a

Browse files
authored
Update useQueries.md (#8097)
fix typo
1 parent 68ca717 commit c12587a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/react/reference/useQueries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ The `combine` function will only re-run if:
6464
- the `combine` function itself changed referentially
6565
- any of the query results changed
6666

67-
This means that an inlined `combine` function, as shown above, will run on every render. To avoid this, you can wrap the `combine` function in `useCallback`, or extract it so a stable function reference if it doesn't have any dependencies.
67+
This means that an inlined `combine` function, as shown above, will run on every render. To avoid this, you can wrap the `combine` function in `useCallback`, or extract it to a stable function reference if it doesn't have any dependencies.

0 commit comments

Comments
 (0)