chore: fix rate limit message typo (#1353)

"to" -> "too"
main
JacobLinCool 3 years ago committed by GitHub
parent fa6a4ee4b4
commit 45c1b2b113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@ const RATE_LIMIT_CODE = 420
function checkIfRateLimited(err) { function checkIfRateLimited(err) {
if (err.response.status === RATE_LIMIT_CODE) { if (err.response.status === RATE_LIMIT_CODE) {
alert( alert(
"Oh no! Looks like to many people are trying to tweet right now and we've been rate limited. Try again soon or save and upload manually!" "Oh no! Looks like too many people are trying to tweet right now and we've been rate limited. Try again soon or save and upload manually!"
) )
return return
} }

Loading…
Cancel
Save