From 9cab50657cb58ea1dc1df12e81016c13508c4a48 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 25 Jan 2025 15:16:47 +0900 Subject: [PATCH] chore: update timeline-v1.ts (#61) inital -> initial --- src/timeline-v1.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timeline-v1.ts b/src/timeline-v1.ts index 196b4c4..1739580 100644 --- a/src/timeline-v1.ts +++ b/src/timeline-v1.ts @@ -405,7 +405,7 @@ function parseTimelineTweet( /** * A paginated tweets API response. The `next` field can be used to fetch the next page of results, * and the `previous` can be used to fetch the previous results (or results created after the - * inital request) + * initial request) */ export interface QueryTweetsResponse { tweets: Tweet[];