We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed1eb8 commit ae1ec1cCopy full SHA for ae1ec1c
src/content/reference/react/useRef.md
@@ -575,7 +575,7 @@ export default function MyInput({ value, onChange }) {
575
}
576
```
577
578
-그리고 `ref`를 컴포넌트가 받아들이는 props 목록에 추가한 뒤, 아래처럼 해당 자식 [내장 컴포넌트](/reference/react-dom/components/common)에 prop으로 `ref`를 전달하세요.
+그리고 `ref`를 컴포넌트가 받는 props 목록에 추가한 뒤, 아래처럼 해당 자식 [내장 컴포넌트](/reference/react-dom/components/common)에 prop으로 `ref`를 전달하세요.
579
580
```js {1,6}
581
function MyInput({ value, onChange, ref }) {
0 commit comments