You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/queries.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ function App() {
24
24
25
25
The **unique key** you provide is used internally for refetching, caching, and sharing your queries throughout your application.
26
26
27
-
The query results returned by `useQuery` contains all of the information about the query that you'll need for templating and any other usage of the data:
27
+
The query result returned by `useQuery` contains all of the information about the query that you'll need for templating and any other usage of the data:
0 commit comments