Fixed typo in comment

This commit is contained in:
dangered wolf 2022-07-15 12:59:19 -04:00
parent 8ee97853d9
commit 99a949a801
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -11,7 +11,7 @@ export const fetchUsingGuest = async (status: string): Promise<TimelineBlobParti
/* If all goes according to plan, we have a guest token we can use to call API
AFAIK there is no limit to how many guest tokens you can request.
This can effectively mean virtually unlimited (read) access to Twitter' API,
This can effectively mean virtually unlimited (read) access to Twitter's API,
which is very funny. */
const activate = await fetch(`${Constants.TWITTER_API_ROOT}/1.1/guest/activate.json`, {
method: 'POST',