From 8fb54c75096e6fccc7d1c237880e5959077d5b9e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 26 Dec 2022 17:36:03 -0500 Subject: [PATCH] spelling: fetching Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/renderer/store/TimelineSpace/Contents/Home.ts | 2 +- src/renderer/store/TimelineSpace/Contents/Notifications.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/store/TimelineSpace/Contents/Home.ts b/src/renderer/store/TimelineSpace/Contents/Home.ts index 075218f9..c3482c06 100644 --- a/src/renderer/store/TimelineSpace/Contents/Home.ts +++ b/src/renderer/store/TimelineSpace/Contents/Home.ts @@ -156,7 +156,7 @@ const actions: ActionTree = { const card: LoadingCard = { type: 'middle-load', since_id: lastReadStatus.id, - // We don't need to fill this field in the first fetcing. + // We don't need to fill this field in the first fetching. // Because in most cases there is no new statuses at the first fetching. // After new statuses are received, if the number of unread statuses is more than 20, max_id is not necessary. // We can fill max_id when calling fetchTimelineSince. diff --git a/src/renderer/store/TimelineSpace/Contents/Notifications.ts b/src/renderer/store/TimelineSpace/Contents/Notifications.ts index 52b82c6a..c673b1a3 100644 --- a/src/renderer/store/TimelineSpace/Contents/Notifications.ts +++ b/src/renderer/store/TimelineSpace/Contents/Notifications.ts @@ -131,7 +131,7 @@ const actions: ActionTree = { const card: LoadingCard = { type: 'middle-load', since_id: localMarker.last_read_id, - // We don't need to fill this field in the first fetcing. + // We don't need to fill this field in the first fetching. // Because in most cases there is no new statuses at the first fetching. // After new statuses are received, if the number of unread statuses is more than 30, max_id is not necessary. // We can fill max_id when calling fetchTimelineSince.