Skip to content

Commit

Permalink
Merge pull request #1489 from qwdsds/chore/typos
Browse files Browse the repository at this point in the history
chore: fix typos
  • Loading branch information
lalalune authored Dec 27, 2024
2 parents 5d82b57 + 05b989b commit 011b078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-twitter/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export async function sendTweet(
sentTweets.push(finalTweet);
previousTweetId = finalTweet.id;
} else {
console.error("Error sending chunk", chunk, "repsonse:", body);
console.error("Error sending chunk", chunk, "response:", body);
}

// Wait a bit between tweets to avoid rate limiting issues
Expand Down

0 comments on commit 011b078

Please sign in to comment.