Skip to content

Commit 340e4ad

Browse files
authored
1 parent ab0fbea commit 340e4ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ This library is being built and maintained by me, @tannerlinsley and I am always
235235
- [Resetting Error Boundaries](#resetting-error-boundaries)
236236
- [Fetch-on-render vs Fetch-as-you-render](#fetch-on-render-vs-fetch-as-you-render)
237237
- [Canceling Query Requests](#canceling-query-requests)
238-
- [Using a Defualt Query Function](#using-a-defualt-query-function)
238+
- [Using a Default Query Function](#using-a-default-query-function)
239239
- [Mutations](#mutations)
240240
- [Basic Mutations](#basic-mutations)
241241
- [Mutation Variables](#mutation-variables)
@@ -1127,7 +1127,7 @@ const query = useQuery('todos', () => {
11271127
})
11281128
```
11291129
1130-
## Using a Defualt Query Function
1130+
## Using a Default Query Function
11311131
11321132
If you find yourself wishing for whatever reason that you could just share the same query function for your entire app and just use query keys to to identify what it should fetch, you can do that by providing a **default query function** to React Query:
11331133

0 commit comments

Comments
 (0)