From 9af57ee441b2ec1504e3c3216c88f357ed010bed Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 17 Dec 2024 22:14:22 +0000 Subject: [PATCH] Typo comment --- src/view/com/post-thread/PostThread.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/com/post-thread/PostThread.tsx b/src/view/com/post-thread/PostThread.tsx index 942cc37408..ab56757d72 100644 --- a/src/view/com/post-thread/PostThread.tsx +++ b/src/view/com/post-thread/PostThread.tsx @@ -395,7 +395,7 @@ export function PostThread({uri}: {uri: string | undefined}) { useEffect(() => { if (skeleton) { // We're not tracking linger time here so conservatively mark - // just the highlighted post and the parent. Presumably, + // just the highlighted post and the parents. Presumably, // if you're already midthread, you know what was above. const {parents, highlightedPost} = skeleton markGloballySeenPost(highlightedPost.uri)