Skip to content

Commit 3c040cd

Browse files
committed
Merge branch 'fix-usememo-initial-render-wording' of https://github.com/Raghuboi/react.dev into fix-usememo-initial-render-wording
2 parents 06260ea + 9e7b9a4 commit 3c040cd

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)