Small typo fixed (#10701)

This commit is contained in:
Anuja Ware
2017-09-15 03:09:17 +05:30
committed by Brandon Dail
parent 93bb40e871
commit 037ae1b2cc

View File

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