diff --git a/pages/docs/react/latest/refs-and-the-dom.mdx b/pages/docs/react/latest/refs-and-the-dom.mdx index 955a7a069..bc85a0624 100644 --- a/pages/docs/react/latest/refs-and-the-dom.mdx +++ b/pages/docs/react/latest/refs-and-the-dom.mdx @@ -52,7 +52,7 @@ let make = () => { } ``` -The example above defines a binding `clicks` of type `React.ref(int)`. Note how changing the value `clicks.current` doesn't trigger any re-rendering of the component. +The example above defines a binding `clicks` of type `React.ref`. Note how changing the value `clicks.current` doesn't trigger any re-rendering of the component. ## Accessing Refs