Skip to content

Commit 1f3496d

Browse files
authored
Fix typo in useTransition.md
1 parent 93cfaa0 commit 1f3496d

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
@@ -746,7 +746,7 @@ b { display: inline-block; margin-right: 10px; }
746746

747747
컴포넌트에서 `action` Prop을 노출할 때는 Transition 내부에서 `await` 해야 합니다.
748748

749-
이렇게 하면 `action` 콜백이 동기적이든 비동기적이든 상관없이 작동할 수 있으며, Action 내부의 `await` 추가적인 `startTransition`으로 감쌀 필요가 없습니다.
749+
이렇게 하면 `action` 콜백이 동기적이든 비동기적이든 상관없이 작동할 수 있으며, `action` 내부의 `await` 추가적인 `startTransition`으로 감쌀 필요가 없습니다.
750750

751751
</Note>
752752

0 commit comments

Comments
 (0)