From 97cfcc019f82ff1aad5c702edd5225909bd5f412 Mon Sep 17 00:00:00 2001 From: zqran Date: Thu, 22 Sep 2022 22:14:09 +0800 Subject: [PATCH] [Beta] Unified api format (#5090) --- beta/src/content/apis/react/forwardRef.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beta/src/content/apis/react/forwardRef.md b/beta/src/content/apis/react/forwardRef.md index 6496611b..c61403d6 100644 --- a/beta/src/content/apis/react/forwardRef.md +++ b/beta/src/content/apis/react/forwardRef.md @@ -4,7 +4,7 @@ title: forwardRef -`forwardRef()` lets your component expose a DOM node to parent component with a [ref.](/learn/manipulating-the-dom-with-refs) +`forwardRef` lets your component expose a DOM node to parent component with a [ref.](/learn/manipulating-the-dom-with-refs) ```js const SomeComponent = forwardRef(render)