From d83e0aa59cfd6dfd707a5bd1699e2674d4492fc7 Mon Sep 17 00:00:00 2001 From: Simon Taranto Date: Sat, 17 Sep 2022 00:52:28 -0600 Subject: [PATCH] Small typo fix with forwardRef (#5075) --- beta/src/content/apis/react/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {