Skip to content

Commit 712e483

Browse files
committed
docs: add a missing translation
1 parent cea2176 commit 712e483

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/content/learn/manipulating-the-dom-with-refs.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,9 +1059,7 @@ img {
10591059

10601060
<Hint>
10611061

1062-
`SearchInput`같은 컴포넌트에서 `forwardRef`를 사용해서 DOM 노드를 노출할 필요가 있습니다.
1063-
1064-
You'll need to pass `ref` as a prop to opt into exposing a DOM node from your own component like `SearchInput`.
1062+
`SearchInput` 같은 컴포넌트에서 DOM 노드를 노출하려면 `ref`를 prop 처럼 전달해야 합니다.
10651063

10661064
</Hint>
10671065

0 commit comments

Comments
 (0)