mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 20:53:08 +00:00
Small typo fixed (#10701)
This commit is contained in:
@@ -58,7 +58,7 @@ class CustomTextInput extends React.Component {
|
||||
<input
|
||||
type="button"
|
||||
value="Focus the text input"
|
||||
onClick={this.focus}
|
||||
onClick={this.focusTextInput}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user