diff --git a/beta/src/content/apis/react/index.md b/beta/src/content/apis/react/index.md index 68259a50..f477474c 100644 --- a/beta/src/content/apis/react/index.md +++ b/beta/src/content/apis/react/index.md @@ -107,7 +107,7 @@ function MyComponent() { -Create a component that forward the ref attribute: +Create a component that forwards the ref attribute: ```js const Component = forwardRef((props, ref) => {