Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jan 2, 2022
1 parent d2c4742 commit 32b4d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/hooks/useContractWrite.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# useContractWrite

Hook for calling a Contract [read-only](https://docs.ethers.io/v5/api/contract/contract/#Contract--readonly) or [write](https://docs.ethers.io/v5/api/contract/contract/#Contract--write) method.
Hook for calling a Contract [write](https://docs.ethers.io/v5/api/contract/contract/#Contract--write) method.

```tsx
import { useContractWrite } from 'wagmi'
Expand Down

1 comment on commit 32b4d8b

@vercel
Copy link

@vercel vercel bot commented on 32b4d8b Jan 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.