Skip to content

Commit 759aa0a

Browse files
authored
docs(guides/queries): fix typo (#4414)
1 parent fae2718 commit 759aa0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function App() {
2424

2525
The **unique key** you provide is used internally for refetching, caching, and sharing your queries throughout your application.
2626

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:
2828

2929
```tsx
3030
const result = useQuery(['todos'], fetchTodoList)

0 commit comments

Comments
 (0)