From 8fa2eda8fae79d874dd13cbf919cd491a4dbff85 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 10 Jun 2025 14:37:13 -0500 Subject: [PATCH] Typo --- src/state/queries/usePostThread/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/queries/usePostThread/types.ts b/src/state/queries/usePostThread/types.ts index ec968a1a33..8ae01ddedf 100644 --- a/src/state/queries/usePostThread/types.ts +++ b/src/state/queries/usePostThread/types.ts @@ -125,7 +125,7 @@ export type ThreadItem = * Metadata collected while traversing the raw data from the thread response. * Some values here can be computed immediately, while others need to be * computed during a second pass over the thread after we know things like - * totaly number of replies, the reply index, etc. + * total number of replies, the reply index, etc. * * The idea here is that these values should be objectively true in all cases, * such that we can use them later — either individually on in composite — to