Skip to content

Commit

Permalink
refactor(utils): fix typo in createQuery hook
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls committed Feb 16, 2024
1 parent e72e439 commit 153bbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/thirdweb/src/react/utils/createQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import type { BaseTransactionOptions } from "../../transaction/index.js";
const CONTRACT_QUERY_CACHE = new WeakMap();

/**
* Creates a `useQuery` hook fot a contract call.
* Creates a `useQuery` hook for a contract call.
* @param readCall - A function that performs the contract function call and returns the result.
* @returns An object containing the created `useRead` hook.
* @example
Expand Down

0 comments on commit 153bbd0

Please sign in to comment.