Skip to content

Commit

Permalink
chore: fixed example in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
imp-dance committed Aug 20, 2023
1 parent 070f4fe commit 091a338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/Features/other-libs.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
const tanstackResolver = <T extends unknown>(
query: TanstackUseQueryResult<T>
): UseQueryResult<T> & {
orignal_query: TanstackUseQueryResult<T>;
original_query: TanstackUseQueryResult<T>;
} => ({
isLoading: query.isLoading,
isFetching: query.isFetching,
Expand Down

0 comments on commit 091a338

Please sign in to comment.