Skip to content

Commit 4d0a76a

Browse files
committed
fix framework useTransition page
1 parent 923bed3 commit 4d0a76a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/reference/react/useTransition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ Transitions only "wait" long enough to avoid hiding *already revealed* content (
12141214
12151215
### Suspense özelliği etkinleştirilmiş yönlendirici oluşturma {/*building-a-suspense-enabled-router*/}
12161216
1217-
Eğer bir React çatısı (framework) veya yönlendirici oluşturuyorsanız, sayfa gezinmelerini transition'lar olarak işaretlemenizi öneririz.
1217+
Eğer bir React framework veya yönlendirici oluşturuyorsanız, sayfa gezinmelerini transition'lar olarak işaretlemenizi öneririz.
12181218
12191219
```js {3,6,8}
12201220
function Router() {

0 commit comments

Comments
 (0)