Skip to content

Commit 011b078

Browse files
authored
Merge pull request #1489 from qwdsds/chore/typos
chore: fix typos
2 parents 5d82b57 + 05b989b commit 011b078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-twitter/src/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ export async function sendTweet(
247247
sentTweets.push(finalTweet);
248248
previousTweetId = finalTweet.id;
249249
} else {
250-
console.error("Error sending chunk", chunk, "repsonse:", body);
250+
console.error("Error sending chunk", chunk, "response:", body);
251251
}
252252

253253
// Wait a bit between tweets to avoid rate limiting issues

0 commit comments

Comments
 (0)