Skip to content

Commit

Permalink
docs: Update disabling-queries.md (#4472)
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
Alsadi30 committed Nov 11, 2022
1 parent 58f3cec commit 67ddf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/disabling-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Todos() {
isFetching
} = useQuery({
queryKey: ['todos'],
queyFn: fetchTodoList,
queryFn: fetchTodoList,
enabled: false,
})

Expand Down

0 comments on commit 67ddf17

Please sign in to comment.