Skip to content

Commit 2f8ea4c

Browse files
authored
chore: fix typo in createTweet.ts (#12253)
1 parent 6c55180 commit 2f8ea4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web3-providers/src/Twitter/apis/createTweet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export async function createTweet(tweet: TwitterBaseAPI.Tweet) {
8282
if (response.errors) {
8383
// TODO Fetch main.xxx.js and extract queryIds from Twitter's client code.
8484
console.error(
85-
"Errors occupied, query id chould be outdated. Please check twitter's client code in main.xxx.js",
85+
"Errors occupied, query id should be outdated. Please check twitter's client code in main.xxx.js",
8686
'Response Errors:',
8787
response.errors,
8888
)

0 commit comments

Comments
 (0)