Skip to content

Commit 0cc37ee

Browse files
authored
fix: typo (#7914)
1 parent 67584b3 commit 0cc37ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/forwardRef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In React 19, `forwardRef` is no longer necessary. Pass `ref` as a prop instead.
1212

1313
<Intro>
1414

15-
`forwardRef` lets your component expose a DOM node to parent component with a [ref.](/learn/manipulating-the-dom-with-refs)
15+
`forwardRef` lets your component expose a DOM node to the parent component with a [ref.](/learn/manipulating-the-dom-with-refs)
1616

1717
```js
1818
const SomeComponent = forwardRef(render)

0 commit comments

Comments
 (0)