Skip to content

Commit d5cdbcb

Browse files
committed
fix: typo
1 parent e9a7cb1 commit d5cdbcb

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)