Skip to content

Commit b4fef58

Browse files
committed
spelling: rate greater than
Signed-off-by: Josh Soref <[email protected]>
1 parent ce0a3ba commit b4fef58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/tweetMachine-update.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
user_name: 'scala_lang', // Set your username
3838
include_retweets: true, // Set to true or false if you want to include retweets
3939
exclude_replies: false, // Set to true or false if you want to exclude replies
40-
rate: 5000, // Rate in ms to refresh the tweets. Any number greater than 5000 for search/tweets will get you rate limited
40+
rate: 5000, // Rate in ms to refresh the tweets. Any rate greater than 5000 for search/tweets will get you rate limited
4141
limit: 5, // Number of tweets to display at a time
4242
autoRefresh: true, // CURRENTLY REQUIRED. Auto-refresh the tweets
4343
animateOut: false, // NOT YET SUPPORTED. Animate out old tweets.

0 commit comments

Comments
 (0)