From 21d1ed034149c35cf6853ae6ada36c938a12e93d Mon Sep 17 00:00:00 2001 From: xMartin Date: Sat, 21 Mar 2026 19:50:21 +0400 Subject: [PATCH] Fix wording for clarity in useTransition documentation "instead" is used twice in the sentence --- src/content/reference/react/useTransition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/reference/react/useTransition.md b/src/content/reference/react/useTransition.md index 426df1f7b26..caf03ac2570 100644 --- a/src/content/reference/react/useTransition.md +++ b/src/content/reference/react/useTransition.md @@ -1053,7 +1053,7 @@ b { display: inline-block; margin-right: 10px; } -Hiding the entire tab container to show a loading indicator leads to a jarring user experience. If you add `useTransition` to `TabButton`, you can instead display the pending state in the tab button instead. +Hiding the entire tab container to show a loading indicator leads to a jarring user experience. If you add `useTransition` to `TabButton`, you can display the pending state in the tab button instead. Notice that clicking "Posts" no longer replaces the entire tab container with a spinner: