-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: correct project typos #4102
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
site/vue/typescript.md
Outdated
@@ -290,7 +290,7 @@ import { useReadContract } from '@wagmi/vue' | |||
|
|||
useReadContract({ | |||
abi: erc721Abi, | |||
functionName: 'balanecOf', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is intentional. Please revert this change.
site/react/typescript.md
Outdated
@@ -290,7 +290,7 @@ import { useReadContract } from 'wagmi' | |||
|
|||
useReadContract({ | |||
abi: erc721Abi, | |||
functionName: 'balanecOf', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is intentional. Please revert this change.
site/core/typescript.md
Outdated
@@ -231,7 +231,7 @@ import { readContract } from '@wagmi/core' | |||
readContract(config, { | |||
address: '0xFBA3912Ca04dd458c843e2EE08967fC04f3579c2', | |||
abi: erc721Abi, | |||
functionName: 'balanecOf', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is intentional. Please revert this change.
@@ -12,7 +12,7 @@ export type WatchChainsReturnType = () => void | |||
|
|||
/** | |||
* @internal | |||
* We don't expose this because as far as consumers know, you can't chainge (lol) `config.chains` at runtime. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is intentional. Please revert this change.
@tmm could you explain, please, why there should be the intentioan typo in |
This typo is intentional to showcase Wagmi's type-safety.
This is a joke we'd like to keep around. |
Reverted 🫡
Reverted 🫡 |
After analyzing the project code, typos in explanation comments and documentation files were found and corrected.