Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishikant181 committed Feb 27, 2024
1 parent 2f27bdf commit 10f7adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/public/TweetService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class TweetService extends FetcherService {
* Stream tweets in pseudo real-time using a filter.
*
* @param filter - The filter to be used for searching the tweets.
* @param pollingIntervalMs - The interval in milliseconds to poll for new tweets. Default interval is 60000 ms.
* @param pollingInterval - The interval in milliseconds to poll for new tweets. Default interval is 60000 ms.
* @returns An async generator that yields matching tweets as they are found.
*
* @example
Expand Down

0 comments on commit 10f7adc

Please sign in to comment.