We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c55180 commit 2f8ea4cCopy full SHA for 2f8ea4c
packages/web3-providers/src/Twitter/apis/createTweet.ts
@@ -82,7 +82,7 @@ export async function createTweet(tweet: TwitterBaseAPI.Tweet) {
82
if (response.errors) {
83
// TODO Fetch main.xxx.js and extract queryIds from Twitter's client code.
84
console.error(
85
- "Errors occupied, query id chould be outdated. Please check twitter's client code in main.xxx.js",
+ "Errors occupied, query id should be outdated. Please check twitter's client code in main.xxx.js",
86
'Response Errors:',
87
response.errors,
88
)
0 commit comments