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() {