Skip to content

Commit 9beac48

Browse files
committed
docs: add missing spacing in documentation
1 parent e7327d6 commit 9beac48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/reference/react/useCallback.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ export default function ProductPage({ productId, referrer, theme }) {
4444
4545
#### 반환값 {/*returns*/}
4646
47-
최초 렌더링에서는 `useCallback`은 전달한 `fn`함수를 그대로 반환합니다.
47+
최초 렌더링에서는 `useCallback`은 전달한 `fn` 함수를 그대로 반환합니다.
4848
49-
후속 렌더링에서는 이전 렌더링에서 이미 저장해 두었던 `fn`함수를 반환하거나 (의존성이 변하지 않았을 때), 현재 렌더링 중에 전달한 `fn`함수를 그대로 반환합니다.
49+
후속 렌더링에서는 이전 렌더링에서 이미 저장해 두었던 `fn` 함수를 반환하거나 (의존성이 변하지 않았을 때), 현재 렌더링 중에 전달한 `fn` 함수를 그대로 반환합니다.
5050
5151
#### 주의 사항 {/*caveats*/}
5252

0 commit comments

Comments
 (0)