Browse Source

Small typo fixed (#10701)

main
Anuja Ware 7 years ago
committed by Brandon Dail
parent
commit
037ae1b2cc
  1. 2
      docs/refs-and-the-dom.md

2
docs/refs-and-the-dom.md

@ -58,7 +58,7 @@ class CustomTextInput extends React.Component {
<input <input
type="button" type="button"
value="Focus the text input" value="Focus the text input"
onClick={this.focus} onClick={this.focusTextInput}
/> />
</div> </div>
); );

Loading…
Cancel
Save