Small typo fix with forwardRef (#5075)

This commit is contained in:
Simon Taranto
2022-09-17 00:52:28 -06:00
committed by GitHub
parent 5bcae4f884
commit d83e0aa59c

View File

@@ -107,7 +107,7 @@ function MyComponent() {
<YouWillLearnCard title="forwardRef" path="/apis/react/forwardRef">
Create a component that forward the ref attribute:
Create a component that forwards the ref attribute:
```js
const Component = forwardRef((props, ref) => {