From 3d6eba79e6fcc74db3c78bbdec824f1129a1de32 Mon Sep 17 00:00:00 2001 From: Mayank <9084735+mayank99@users.noreply.github.com> Date: Thu, 17 Feb 2022 14:36:45 -0500 Subject: [PATCH] [beta] fix typo in useref.md (#4352) grammar --- beta/src/pages/apis/useref.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beta/src/pages/apis/useref.md b/beta/src/pages/apis/useref.md index 740eeeb1c..52448bbe1 100644 --- a/beta/src/pages/apis/useref.md +++ b/beta/src/pages/apis/useref.md @@ -479,7 +479,7 @@ Normally, writing or reading `ref.current` during render is not allowed. However -If use a type checker and don't want to always check for `null`, you can try a pattern like this instead: +If you use a type checker and don't want to always check for `null`, you can try a pattern like this instead: ```js function Video() {