Skip to content

Commit af5fee9

Browse files
committed
docs: update useTransition.md
1 parent e21166f commit af5fee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/useTransition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: useTransition
44

55
<Intro>
66

7-
`useTransition`은 UI의 일부를 백그라운드에서 렌더링 할 수 있도록 해주는 리액트 Hook입니다.
7+
`useTransition`은 UI의 일부를 백그라운드에서 렌더링 할 수 있도록 해주는 React Hook입니다.
88

99
```js
1010
const [isPending, startTransition] = useTransition()

0 commit comments

Comments
 (0)