diff --git a/docs/refs-and-the-dom.md b/docs/refs-and-the-dom.md index 50e800e2..6351d71b 100644 --- a/docs/refs-and-the-dom.md +++ b/docs/refs-and-the-dom.md @@ -33,7 +33,7 @@ class CustomTextInput extends React.Component { render() { // Use the `ref` callback to store a reference to the text input DOM - // element in this.textInput. + // element in an instance field (for example, this.textInput). return (